Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
coldtea
on May 11, 2018
|
parent
|
context
|
favorite
| on:
The Evolution of C Programming Practices: A Study ...
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).
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
goto is ok only for local error cleanup (or auto-generated code, e.g. for parsers etc).