Loop bodies (for break)

Grant Edwards wrote:

> 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?
> 

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to