you are viewing a single comment's thread
view the rest of the comments
[–] 19 points 2 years ago (6 children)

GNU make is confusing as hell and shouldn't be used in today's world.

  • source
  • hideshow 12 child comments
  • [–] [S] 5 points 2 years ago (1 child)

    I agree that make is confusing at first but I don't think it should fall out of use. It's a great tool that I use everyday it is far simpler than its competitors once you get used to it. It is basically glorified bash scripting.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 2 years ago (1 child)

    I agree, yet I also see no good universal alternative. Every language has a nice tool to do things in it's ecosystem, but the moment you need to coordinate two languages or go beyond simple stuff, make is the only good option.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago

    Yep. And honestly most language specific versions of make still have glaring missing features. Which doesn't matter, until when it really matters.

    I want to embrace a make replacement, but if the pattern holds, they will be prying make out of my cold dead hands to make me presentable for my funeral.

  • source
  • parent
  • [+] -7 points 2 years ago (1 child)

    Meanwhile, Windows has become drastically better for development over the past few years. There are still some drawbacks, but a ton of the anti windows circlejerking in tech spaces is caused by people who haven't touched windows as a dev environment in 10+ years.

  • source
  • parent
  • hideshow 2 child comments
  • [+] 5 points 2 years ago* (last edited 2 years ago) (2 children)
  • [–] 2 points 2 years ago (2 children)

    Not OP, But WSL and its recent improvements come to mind. If you're deploying on a Linux box it makes it pretty seamless to develop.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 1 point 2 years ago (1 child)

    So Windows is better than Linux because it allows you to use a restricted version of Linux?

  • source
  • parent
  • hideshow 2 child comments