this post was submitted on 15 Aug 2024
681 points (98.4% liked)

Programmer Humor

19187 readers
1323 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
 

Which will probably be never.

you are viewing a single comment's thread
view the rest of the comments
[–] KindaABigDyl@programming.dev 29 points 1 month ago (10 children)

Life is and will always be better writing your own Makefiles. It's literally so easy. I do not get the distaste. Cmake is arcane magic. Bazel is practically written in runes. Makefile is a just a glorified build script, but where you don't have to use a bunch of if statements to avoid building everything each time.

[–] leggettc18@programming.dev 6 points 1 month ago (4 children)

That works until you need to support Visual Studio or Xcode. Then you either maintain their stuff manually too, or you get CMake to generate all three. I don’t love it but it solves the problem it’s meant to solve. The issue is people using it when they don’t need to.

[–] Hack3900@lemy.lol 3 points 1 month ago (1 children)

I'm not familiar with either why can't you use Make with VS or Xcode? Can you not set them up to have whatever build bind call Make ?

[–] leggettc18@programming.dev 1 points 1 month ago

Tbh I’m not sure if you can. That’s proprietary IDEs for you.

load more comments (2 replies)
load more comments (7 replies)