this post was submitted on 30 Jan 2025
247 points (97.3% liked)

Programmer Humor

33569 readers
55 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
top 5 comments
sorted by: hot top controversial new old
[–] TimeSquirrel@kbin.melroy.org 42 points 3 weeks ago (3 children)

Naw. Not knowing pisses me off. I'm gonna have to deal with it again in the future, probably, so might as well set some time aside to figure out wtf is happening.

[–] SpaceNoodle@lemmy.world 18 points 3 weeks ago

Exactly this. If you don't know, it's broken.

[–] eldavi@lemmy.ml 8 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

i used to believe in this; but then i learned the hard way that old/opaque code is gross game of hot potato where you will pay the price if your social standing in your organization isn't privileged enough.

[–] ulterno@programming.dev 4 points 3 weeks ago* (last edited 3 weeks ago)

Guess I was lucky to have a social standing privileged enough, as a junior dev.

But also, probably because they actually required determinism, with it being critical and all.

[–] Carighan@lemmy.world 2 points 2 weeks ago

The only thing worse than code that should be working not working is code where you're sure it won't work, but then it actually works!