this post was submitted on 29 Sep 2024
258 points (93.3% liked)

Programmer Humor

19529 readers
294 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
 

Mindustry dev has had enough

you are viewing a single comment's thread
view the rest of the comments
[–] onlinepersona@programming.dev 59 points 1 month ago* (last edited 1 month ago) (7 children)

Maven and Cradle might be terrible, but C and C++ have fucking nothing in terms of dependency management. Even C# has something that few people use, but it has something. C and C++ are such a shit show to build. It's so bad they had to invent languages to build them and they regularly fuck up (CMake, make, bison, scons, meson, ...).

Pull a C or C++ project on a distro or environment and try to build it and you have to dive in the abyss of undeclared dependencies. And good fucking luck with glibc and glib dependencies. If the dev doesn't know which version they were actually using, it's up to you to find out. Fun for the entire family!

Anti Commercial-AI license

[–] Kissaki@programming.dev 5 points 1 month ago (1 children)

Even C# has something that few people use, but it has something.

Huh? Are you claiming few people use NuGet?

[–] starman@programming.dev 1 points 1 month ago* (last edited 1 month ago)
load more comments (5 replies)