Thoughts from a newbie
gpg
guignot at wanadoo.fr
Fri Dec 13 18:48:30 EST 2002
More information about the Python-list mailing list
Fri Dec 13 18:48:30 EST 2002
- Previous message (by thread): Thoughts from a newbie
- Next message (by thread): Thoughts from a newbie
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Steve wrote: > > 1. excessive nesting > 2. lines longer then 80 chars 1) impossible. Control structures are inherently recursive. 2) impossible. unless you decide to limit the size of identifiers...Which should break lots of existing code. sorry...
- Previous message (by thread): Thoughts from a newbie
- Next message (by thread): Thoughts from a newbie
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list