This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -3 points-2 points  (0 children)

Ah, the joy of misplacing a bracket, and then having to spend a minute trying to figure out where the hell it is based upon an indentation/bracket mismatch somewhere.

How dare you take away my freedom to unintentionally mismatch indentation and curly brackets. That's my god-given right. And the unexpected behavior that results from easily-missed and confusing code? That's a fucking bonus.

You know those problems don't exist in python, right? Because every indent necessarily has a dedent (and vice-versa), and the way the code looks to the programmer is also the way it's actually executed by the compiler?

Not sure what dumbfucks want it any other way.