this post was submitted on 11 Aug 2023
562 points (95.2% liked)

Programmer Humor

19503 readers
1240 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

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

Yeah sure. Try building anything more complex than helloworld.c with a build.sh

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

More complex build systems are just build.sh calling other build.sh in different configurations and using different software. It's build.sh all the way down.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

The point is that "build.sh" implies a single file, which becomes an absolute nightmare to maintain on larger projects