Y
Hacker News
new
|
ask
|
show
|
jobs
by
coldtea
2962 days ago
return is ok -- continue and break are also problematic, but at least are isolated in the same context (e.g. function).
goto is ok only for local error cleanup (or auto-generated code, e.g. for parsers etc).