this post was submitted on 31 Mar 2025
344 points (97.5% liked)

Programmer Humor

22219 readers
1624 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
[–] rtxn@lemmy.world 55 points 4 days ago* (last edited 4 days ago) (5 children)

That's not the truth. It's one of infinitely many truths. They hated him because Jesus didn't understand how implicit type casting between int and bool worked.

[–] Tanoh@lemmy.world 5 points 3 days ago (1 children)

And then there are things like strcmp() that uses 0 as true. At least it is for a good reason, but still confusing.

[–] rtxn@lemmy.world 7 points 3 days ago

I don't find it confusing at all. The function doesn't test equivalence, and the return value is not meant to be a logical value.

load more comments (3 replies)