Y
Hacker News
new
|
ask
|
show
|
jobs
by
dmaz
5127 days ago
Sure, goto was abused, but it's no worse than (or even better than) using continuations or using break and continue.
1 comments
crusso
5127 days ago
Any of those mysterious jump-to-somewhere-else code features resemble goto. Not that I don't think they clean up some nesting issues, but they're pretty much the same thing as goto.
link