this post was submitted on 14 Mar 2025
805 points (100.0% liked)

Programmer Humor

21822 readers
2601 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 17 points 1 week ago (2 children)

Comment your code. Problem solved.

[–] [email protected] 13 points 1 week ago (1 children)

And decent variable names if you can, as well.

No magic numbers!

[–] [email protected] 6 points 1 week ago (1 children)

WYM, I can't just name my functions foo() and my variables single letters? /s

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

$retVal and $item are my personal favourite.

[–] [email protected] 7 points 1 week ago (1 children)

Make sure to remember to update your comments too, otherwise it causes even more confusion when something works differently than it says it does.

[–] [email protected] 3 points 1 week ago

That happened to me multiple times...