this post was submitted on 10 May 2025
221 points (98.7% liked)

Programmer Humor

36769 readers
369 users here now

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

Rules:

founded 5 years ago
MODERATORS
 

Meme transcription:

An obviously exhausted Spongebob is raising his arms in a rejoicing gesture. His face shows great tiredness, but also happiness.

Title: Finally finding your stupidity after hours of debugging.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 month ago (11 children)

It's worse when it's just a semicolon.

[–] [email protected] 9 points 1 month ago (2 children)

It's worse when you have a bugged function, try to fix it, and no matter what you change it's still bugged because an hour later you realize there is a function with the same name that redefines the function you were changing anyway somewhere else in the code.

[–] [email protected] 2 points 1 month ago

Been there, done that. I’ve learned to be very unique in naming my shit.

[–] [email protected] 1 points 1 month ago

God damn. This gave me anxiety.

load more comments (8 replies)