this post was submitted on 17 Aug 2024
703 points (95.2% liked)

Programmer Humor

32031 readers
1253 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
[–] zalgotext@sh.itjust.works 10 points 1 month ago

especially when u are indenting stuff inside stuff with a bunch of conditions everywhere

That's an anti pattern in basically every language though. The fix is to simplify those conditionals, not use a curly-bracketed language.