this post was submitted on 10 Oct 2025
649 points (99.2% liked)

Programmer Humor

27421 readers
2271 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
[โ€“] ByteJunk@lemmy.world 50 points 1 month ago (12 children)

Really curious in what scenarios people would be writing enums with months and weekdays.

Because short of developing yet another library to handle date and time, everything else is likely a disaster waiting to happen...

[โ€“] deadbeef79000@lemmy.nz 12 points 1 month ago

Wrapping a blackbox/legacy system would be a good reason.

Declare the old API in your new language, warts'n'all.

load more comments (11 replies)