Why so few Python jobs?

Skip Montanaro skip at pobox.com
Mon Sep 24 17:09:17 EDT 2001


    daveb> Indentation is the first and most important indicator of block
    daveb> structure, followed by a very distant 2nd place contestant, the
    daveb> block delimiters, which is why people commit those "classic" bugs
    daveb> I mentioned above.

And why many local C style guides require you to always use braces with
if/while/for/do etc, even when there is only a single statement in the
block... <no-wink>.

Cheers,

Skip




More information about the Python-list mailing list