[Python-Dev] conditional expressions - add parens?
Greg Ewing
greg.ewing at canterbury.ac.nz
Wed Mar 8 01:36:01 CET 2006
More information about the Python-Dev mailing list
Wed Mar 8 01:36:01 CET 2006
- Previous message: [Python-Dev] conditional expressions - add parens?
- Next message: [Python-Dev] conditional expressions - add parens?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Paul Moore wrote: > +0 for mentioning parens around conditional expressions in PEP 8. But > it's aready covered by the general "code should be readable" in my > view. Indeed. Writing readable code is ultimately the responsibility of the person doing the writing. It's enough that you *can* put parentheses around things if it helps readability. -- Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | Carpe post meridiam! | Christchurch, New Zealand | (I'm not a morning person.) | greg.ewing at canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-Dev] conditional expressions - add parens?
- Next message: [Python-Dev] conditional expressions - add parens?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list