this post was submitted on 17 Aug 2024
712 points (95.3% liked)

Programmer Humor

32042 readers
1387 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] 6 points 1 month ago (1 children)

its just not as clear especially when u are indenting stuff inside stuff with a bunch of conditions everywhere its hard to read just from indentation, and with the () or {} u can just click on it and most text editors will show u from where to where its going.

[โ€“] [email protected] 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.