[Python-Dev] PEP 292 for Python 2.4 (original) (raw)
Nick Coghlan ncoghlan at iinet.net.au
Thu Jul 15 15:31:05 CEST 2004
- Previous message: [Python-Dev] PEP 292 for Python 2.4
- Next message: [Python-Dev] PEP 292 - simpler string substitutions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
François Pinard wrote:
[Nick Coghlan]
I would suggest that bare type names are rarely appropriate for use a variable names, except in toy examples. Or small enough functions. Small functions are not necessarily toys.
Hmm, I hadn't considered that case. I guess I tend not to write too many support functions where generic names would be appropriate (most of my Python code is very domain specific).
Cheers, Nick.
-- Nick Coghlan | Brisbane, Australia Email: ncoghlan at email.com | Mobile: +61 409 573 268
- Previous message: [Python-Dev] PEP 292 for Python 2.4
- Next message: [Python-Dev] PEP 292 - simpler string substitutions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]