this post was submitted on 17 Aug 2024
701 points (95.0% liked)

Programmer Humor

32710 readers
164 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
[–] [email protected] 10 points 5 months 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.