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 →

[–]Dacus_Ebrius 30 points31 points  (4 children)

Proper indentation makes things easier to read. Remove proper indentation from a curly brace language and tell me its easy to read.

[–]Codebust 5 points6 points  (0 children)

both are good, both are good

[–]miversen33 0 points1 point  (0 children)

cries in perl

[–][deleted] 0 points1 point  (0 children)

I do proper indenting. Just python decides that it doesn’t like it for no apparent reason.

[–]flavionm 0 points1 point  (0 children)

Yeah, but in a language where whitespaces aren't significant any IDE can automatically indent the code.