this post was submitted on 17 Aug 2024
694 points (95.1% liked)

Programmer Humor

32042 readers
1310 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 11 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.