26 year old here - I hope I still feel young when I’m 70! 😊
Primer - Zip
- 0 Posts
- 4 Comments
Joined 2 years ago
Cake day: June 13th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Primer - Zip@lemmy.zipto Asklemmy@lemmy.ml•What is the smallest hill you would die on?English5·11 days agoIn the battle for Make vs CMake, I would die for Make probably.
Idempotent code/repositories are great - I love making everything as reproducible as possible. Particularly in make where every ‘all’ type command should have a corresponding ‘clean’ command. Many times I’ll see code bases where they skip defining the ‘clean’ command… or worse, have no ‘all’ command to begin with and rely on the developer knowing all the build and environment setup commands…
/thread