this post was submitted on 21 Nov 2023
1582 points (98.0% liked)

Programmer Humor

31250 readers
904 users here now

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

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] dan@upvote.au 18 points 7 months ago

Yeah that'd be my guess. Minifiers squeeze every byte. true and false get minified to !0 and !1 respectively.