[Python-Dev] PEP 8 updates/clarifications (original) (raw)
Nicola Larosa nico at tekNico.net
Thu Dec 15 14:16:09 CET 2005
- Previous message: [Python-Dev] PEP 8 updates/clarifications
- Next message: [Python-Dev] PEP 8 updates/clarifications
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Lately I've taken to putting a separator like this between consecutive class definitions of any substantial size:
#------------------------------------------------------- I find it helps a lot when I'm skimming through looking for the beginnings of classes.
An editor/IDE with folding support (keyboard shortcuts included) is a more comfortable solution. :-)
-- Nicola Larosa - nico at tekNico.net
The only thing the meek inherit is their ass being handed to them. -- Elaine "hfb" Ashton, October 2005
- Previous message: [Python-Dev] PEP 8 updates/clarifications
- Next message: [Python-Dev] PEP 8 updates/clarifications
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]