*Naming Conventions*
Michael Hoffman
cam.ac.uk at mh391.invalid
Sun Jun 3 20:32:10 EDT 2007
More information about the Python-list mailing list
Sun Jun 3 20:32:10 EDT 2007
- Previous message (by thread): *Naming Conventions*
- Next message (by thread): *Naming Conventions*
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thorsten Kampe wrote: > for validanswer in validanswers: > if myAnswers.myanswer in myAnswers.validAnswers[validanswer]: > MyOptions['style'] = validanswer I usually try to avoid using "my" because I find it obscures a better understanding of what is really going -- Michael Hoffman
- Previous message (by thread): *Naming Conventions*
- Next message (by thread): *Naming Conventions*
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list