this post was submitted on 01 Sep 2023
331 points (96.1% liked)

Programming

16975 readers
1288 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 19 points 1 year ago (6 children)

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

[–] [email protected] 10 points 1 year ago

Counterpoint: it's indispensable and nothing really fills the same niche.

[–] [email protected] 7 points 1 year ago

I appreciate these brave words.

[–] [email protected] 5 points 1 year ago (1 children)

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.

[–] [email protected] 1 points 1 year 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.

[–] [email protected] 5 points 1 year ago (1 children)

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.

[–] [email protected] 5 points 1 year ago (1 children)

If it can't handle spaces and tabs without causing a crisis, it doesn't belong on this side of 1989.

[–] [email protected] 1 points 1 year ago

Yeah that was annoying when I first found out about that but I use tabs for indentation anyways so it doesn't make a difference for me.

[–] [email protected] 3 points 1 year ago

This comment fits the spirit of the question better than anything else in here, I will say that.