[Python-Dev] switch-based programming in Python
M.-A. Lemburg
mal@lemburg.com
Fri, 09 Nov 2001 09:13:05 +0100
Barry Scott wrote:
>
> The fall through is the source of too many defects in C/C++ code.
> And its rarely used in the wild according to report on this subject
> a few years ago.
Ok, let's drop the fallthrough (it's not good structured
programming practice anyway, even though it can help in C).
> Goto in python would be a terrible thing.
Sure would ;-) But where did you find a mention of "goto" ?
--
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
______________________________________________________________________
Consulting & Company: http://www.egenix.com/
Python Software: http://www.lemburg.com/python/