this post was submitted on 20 Aug 2023
623 points (95.9% liked)

Programmer Humor

19814 readers
144 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
 
all 8 comments
sorted by: hot top controversial new old
[–] [email protected] 19 points 1 year ago (1 children)

Or in the case of some languages:

"Oh. I forgot a return statement."

[–] [email protected] 6 points 1 year ago

Last week I spent three hours trying to find a bug. Turns out I'd forgotten a slash in a path to one of the data files.

[–] [email protected] 5 points 1 year ago

Just did this last week. Had a case for special handling db column "A" and wrote combined logic for "A" and "B" and spent an embarrassing amount of time wondering why "B" was still coming out wrong.

[–] [email protected] 5 points 1 year ago

mems getting real low big guy

[–] [email protected] 4 points 1 year ago

Relatable /s

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

Happened yesterday for about 15 mins