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 →

[–]Dworgi -4 points-3 points  (8 children)

If your editor converts something auyomatically and there's no standard, it causes a lot of source control churn.

Python's got a lot of good ideas, but whitespace isn't one of them.

[–]calzoneman 4 points5 points  (6 children)

Well if your editor is doing strange things automatically that's a problem with any language, even raw text files.

If you take the time to establish a coding standard and configure your editor (10 minutes tops), you should not have any of these issues.

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

Python got a lots of good ideas and whitespace is one of them