this post was submitted on 10 May 2025
229 points (98.3% liked)

Programmer Humor

36024 readers
7 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
[–] vort3@lemmy.ml 9 points 3 weeks 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.

[–] bleistift2@sopuli.xyz 2 points 3 weeks ago

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

[–] DonutsRMeh@lemmy.world 1 points 3 weeks ago

God damn. This gave me anxiety.