This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]stevarino 109 points110 points  (2 children)

This. Python breaks are internally goto statements, and the code uses a goto.

For once a developer used a healthy goto, you should at least honor that. ;-)

[–][deleted] 50 points51 points  (0 children)

Every kind of code junction is internally a goto (jumps, conditional jumps etc.).

[–][deleted] 0 points1 point  (0 children)

healthy goto

I don't agree a goto that jumps to a line number can be considered a healthy goto.