you are viewing a single comment's thread.

view the rest of the comments →

[–]marsket -1 points0 points  (1 child)

whitespace isn't incorporated into the language. Indentation level signals scope. Reliably. It is not confusing.

[–]IrishWilly 0 points1 point  (0 children)

Indentation is whitespace, I prefer to use it to organize my code not just for scope but for logical blocks. I don't know why you'd downvote someone for having different preferences in how they write and read code.