On 2005-04-20, Philippe C. Martin <[EMAIL PROTECTED]> wrote:

> Although I find them 'cleaner' than goto, would not use goto,
> and certainly do use 'return' in the middle of functions, I
> also agree that some people might think the former do reduce
> code readibility - ex: I , somehow, do not feel good using
> 'continue' and 'break'.

Do you just avoid switch() statements?  Or are you referring
only to loop bodies?

-- 
Grant Edwards                   grante             Yow!  LOOK!!! I'm WALKING
                                  at               in my SLEEP again!!
                               visi.com            
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to