PEP 8 and extraneous whitespace

Ethan Furman ethan at stoneleaf.us
Mon Jul 25 18:07:28 EDT 2011


Brandon Harris wrote:
> I don't really think lining things up makes them any easier to read.

I *totally* disagree.  Often I'm scanning a dict looking for either a 
key or a value, and having them lined up makes it much easier.  Yes, I 
have to reindent once in a while, but it's still a write few, read many 
operation.

~Ethan~



More information about the Python-list mailing list