this post was submitted on 21 Nov 2023
0 points (NaN% liked)

Programmer Humor

32373 readers
554 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
[โ€“] xmunk@sh.itjust.works 0 points 11 months ago (1 children)

If you're in a language that supports it, please don't use if (false) use if ($disallowAllUsers = false && $whateverTheRealConditionIs)

[โ€“] PlexSheep@feddit.de 0 points 11 months ago

Never seen this, what language or buildsystem is this?