Hacker News new | ask | show | jobs
by SoftwareMaven 5575 days ago
But you have to unwind the stack either way. With exceptions, the exception handling does it. With error checking, you do it every time you type "if (something() == -1) return -1;"