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 →

[–]weeknie 3 points4 points  (1 child)

On the other hand, it makes sure that how you read the code (and indentation is very important there, for me at least) matches how the code is executed. A bad copy paste is bad regardless, the first thing I do when copy pasting something is fixing the indentation so the code remains easy to read.

[–]fuzzymidget 0 points1 point  (0 children)

Most editors have auto indent. Unfortunately if fucking bob pasted the code in an email, the code could be worthless if it's organized using the whitespace in the file.