[Python-3000] Announcing PEP 3136 (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Tue Jul 10 03:40:51 CEST 2007
- Previous message: [Python-3000] Announcing PEP 3136
- Next message: [Python-3000] Announcing PEP 3136
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Matt Chisholm wrote:
Are break / continue currently abused more than they are used right, or used to make code difficult to understand?
In my experience, using break and continue for anything other than a standard loop-and-a-half makes code hard to follow, even when there is only one loop. Labels would not mitigate that.
-- Greg
- Previous message: [Python-3000] Announcing PEP 3136
- Next message: [Python-3000] Announcing PEP 3136
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]