this post was submitted on 19 Mar 2026
698 points (94.6% liked)

Programmer Humor

30482 readers
2449 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] red_tomato@lemmy.world 10 points 1 day ago

The most maintainable code is built to be replaced with minimal impact.

How much of the program will must be replaced if you remove one module? If you need to replace the entire program, then your program is not maintainable. Too much is heavily dependent on this module.