Why so few Python jobs?
Skip Montanaro
skip at pobox.com
Mon Sep 24 17:09:17 EDT 2001
More information about the Python-list mailing list
Mon Sep 24 17:09:17 EDT 2001
- Previous message (by thread): ANN: PyChecker v0.8.4
- Next message (by thread): Why so few Python jobs?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): ANN: PyChecker v0.8.4
- Next message (by thread): Why so few Python jobs?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list