this post was submitted on 25 May 2026
702 points (97.4% liked)

Programmer Humor

31652 readers
626 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 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] nous@programming.dev 67 points 1 week ago (4 children)

My favourite: The code does not work. You make a change, it breaks more. You undo that mistake: it now works.

[–] Dremor@lemmy.world 30 points 1 week ago (1 children)
[–] mogranja@lemmy.eco.br 3 points 5 days ago

It's either cache, DNS or DNS cache.

[–] ouRKaoS@lemmy.today 22 points 1 week ago

I've had:

Code is broken. Make change

Code broken worse. Undo change

Code still broken. Revert to previous version

Code works. Check code- it has the change you just made that didn't work

[–] CodiUnicorn@programming.dev 8 points 1 week ago

Yeah, that's classic

My worst one, have working code, make a change, it broke. Revert it, still broken...

The issue was that all icons and stuff randomly got a wrong size in the GUI. Just had to restart the machine to fix it, but I was really pulling my hair out when I somehow broke things backwards in time.