On 18/10/2013 00:53, Peter Cacioppi wrote:
You know, I'd heard somewhere that Goto was considered harmful.... trying to 
remember exactly where....


Yep, but it's used throughout the CPython code for error handling, nothing wrong with that as it's crystal clear that you're going to one place for one purpose. Contrast that with its use in spaghetti code where you're leaping around like a naked person on an ant hill.

--
Roses are red,
Violets are blue,
Most poems rhyme,
But this one doesn't.

Mark Lawrence

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

Reply via email to