this post was submitted on 15 May 2025
192 points (96.2% liked)

Programmer Humor

37140 readers
358 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] virku@lemmy.world 4 points 1 month ago (1 children)

Oh man! That took me down memory lane!

I once had to reverse engineer a database to make an invoice integration. They had an int named flags. It contained all status booleans in the entire system. Took me a while to figure that one out.

[โ€“] sxan@midwest.social 3 points 1 month ago

We've all been there, friend. The bit arrays can't hurt you now.