this post was submitted on 17 Apr 2026
613 points (94.6% liked)
Programmer Humor
31019 readers
861 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
There's also the class of comments that explain strange business decisions.
# Product guy said to return January 1st if the user doesn't have a birthday on recordKind of arbitrary but someone with decision making power decreed it.
this is among the most important comment types that exist imo
it may not seem like it but 20 years and 5million lines later when shit behaves odd because of some non standard code practice this type of comment is a life saver
Here, under protest is this code. Every time the user doesn't have a birthday, we return January 1st. Do we really mean that?