this post was submitted on 23 Jan 2026
721 points (98.7% liked)

Programmer Humor

28669 readers
1967 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
[–] FuglyDuck@lemmy.world 20 points 1 day ago (1 children)

In the spirit of “if you can’t fix it, feature it”, the code does have impeccable error recovery,

[–] pinball_wizard@lemmy.zip 4 points 23 hours ago* (last edited 23 hours ago)

In the spirit of “if you can’t fix it, feature it”, the code does have impeccable error recovery,

Ouch. That sentence gave me flashbacks to a code base I've been trying to forget.

That code transitioned seamlessly...Critical business requirements relied on panic error catch code to remain implemented in specific ways. The control flow of critical features routinely fell into the "everything is on fire" error catch-all and then escaped from it.

When one of the senior developers discovered this behavior, they confirmed that the all-hands alerts being sent out were already muted, and then got on with their lives.

Shudder