this post was submitted on 20 Apr 2025
149 points (95.2% liked)

Programmer Humor

22657 readers
2019 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 2 years ago
MODERATORS
149
I hate MSVC (lemmy.ca)
submitted 1 day ago* (last edited 1 day ago) by hellfire103 to c/[email protected]
 

cross-posted from: https://lemmy.ca/post/42598837

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

You can't do incremental builds with just. I don't see how it's a replacement?

[–] [email protected] 1 points 22 hours ago

Everything has it's uses. make is maybe good at incremental builds but is (an)used as a task runner which requires the use of "PHONY" in many places, it has about 6 different ways to declare and use variables all with different gotchas, generally has a convoluted syntax, it doesn't support different interpreters per task, and lacks a bunch more features. Just explore the feature list and examples that just has.

It's simply outdated and mostly lives by the power of defaults and graybeards insisting on its use. Therecs no surprise that things like cmake, nmake, and other tools sprung up to replace it.

Anti Commercial-AI license

[–] [email protected] 3 points 1 day ago (1 children)

So it's like make but without incremental builds? Then how is it functionally different from a folder with a bunch of shell scripts in it?

[–] [email protected] 1 points 1 day ago (1 children)

Yeah, exactly. I don't get it.

[–] [email protected] 2 points 20 hours ago

At first I thought that it was a for-fun pet project, which is fair enough, but it has a dedicated website and a discord server... HUH???