Tabs versus Spaces in Source Code

Peter Decker pydecker at gmail.com
Mon May 15 17:44:39 EDT 2006


On 5/15/06, Edward Elliott <nobody at 127.0.0.1> wrote:

> If such tools are lacking, use substitutes in the meantime.  Don't allow any
> code to be checked in where a line departs more than one tab indentation
> level from its neighbors.  It's not perfect, but it eliminates the worst
> offenses.  Good enough often is.

I've recently adopted the Dabo convention of using two indent levels
to indicate continued lines, which helps distinguish such lines from
the indented blocks below them. But other than that case, one tab it
is!
-- 

# p.d.



More information about the Python-list mailing list