594
if 1: return True
(sh.itjust.works)
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.
And it’s an error code from a library call, because false means the call succeeded.
This is the way. Exceptions are overrated.
I used to use enums for my return codes.
Then I got pissed I had to add my enum definition to every project I worked on.
I now return integers based on errno