[Python-Dev] Chaining try statements: eltry? (original) (raw)
Facundo Batista facundobatista at gmail.com
Fri Jul 8 03:32:30 CEST 2005
- Previous message: [Python-Dev] Chaining try statements: eltry?
- Next message: [Python-Dev] Chaining try statements: eltry?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 7/7/05, Gustavo Niemeyer <gustavo at niemeyer.net> wrote:
> Simplifying the basic control flow mechanisms is always good. [...]
Of course, it largely depends on what simplifying means to you.
If we lose the "else" in "for"s, we'd have to use a variable to mark when we exit the normal way or we break it out.
Using another variable is something that complicates the reading of the program: you see the new variable, have to discover to what it's for, and to keep it in your mind while you follow the logic.
For me, simplifying means keeping the "else".
Just my Currency("0.02"), ;)
. Facundo
Blog: http://www.taniquetil.com.ar/plog/ PyAr: http://www.python.org/ar/
- Previous message: [Python-Dev] Chaining try statements: eltry?
- Next message: [Python-Dev] Chaining try statements: eltry?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]