this post was submitted on 29 Sep 2024
264 points (93.4% liked)

Programmer Humor

19813 readers
167 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
 

Mindustry dev has had enough

you are viewing a single comment's thread
view the rest of the comments
[–] Static_Rocket@lemmy.world 29 points 2 months ago* (last edited 2 months ago)

To be fair, C predates dependency hell. It was either there or it wasn't. C++ has less of an excuse, but it was just object oriented concepts taped to C so it's no surprise it was also missing dependency management.

Now with cmake, gnu-make, meson, gradel, and the world of metabuild systems that wrap those, nothing will change. It it does, it might as well kick start world war 3.