Hacker News new | ask | show | jobs
by emerged 1592 days ago
In plain c, goto is about the only sane way to do error handling in an ergonomic and easily maintainable way. The only cost is the goto stigma (which is generally justified).