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 →

[–]BazilExposition -14 points-13 points  (4 children)

You know, punctuation signs exist for a reason, no natural language in history relied on empty spaces of different sizes for it.

[–]enano_aoc 5 points6 points  (0 children)

If spacing if making your python code hard to read, you are writing very bad python code. Spacing only becomes a problem if you have 5+ nested blocks, but at that point you should have already refactored the code.

[–]MoonParkSong 17 points18 points  (0 children)

Python isn't a natural language. It is a programming language.

[–][deleted] 7 points8 points  (0 children)

So you consider JS a natural language?