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

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] jtrek@startrek.website 27 points 2 days ago (2 children)

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 record

Kind of arbitrary but someone with decision making power decreed it.

[–] baines@lemmy.cafe 13 points 2 days ago* (last edited 2 days ago)

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

[–] Skullgrid@lemmy.world 7 points 2 days ago

Kind of arbitrary but someone with decision making power decreed it.

Here, under protest is this code. Every time the user doesn't have a birthday, we return January 1st. Do we really mean that?