Tiger_Man_〔he/him〕 to Programmer Humor@programming.dev • 5 days agothat's truelemmy.blahaj.zoneimagemessage-square14fedilinkarrow-up1354arrow-down19
arrow-up1345arrow-down1imagethat's truelemmy.blahaj.zoneTiger_Man_〔he/him〕 to Programmer Humor@programming.dev • 5 days agomessage-square14fedilink
minus-square@Tanoh@lemmy.worldlinkfedilink5•4 days agoAnd then there are things like strcmp() that uses 0 as true. At least it is for a good reason, but still confusing.
minus-square@rtxn@lemmy.worldlinkfedilink7•4 days agoI 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.
And then there are things like strcmp() that uses 0 as true. At least it is for a good reason, but still confusing.
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.