18 ms·
Sure, goto was abused, but it's no worse than (or even better than) using continuations or using break and continue.
by dmaz 14y ago
Sure, goto was abused, but it's no worse than (or even better than) using continuations or using break and continue.
- crusso 14y agoAny 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.