Hacker News new | ask | show | jobs
by rco8786 2869 days ago
> They unwind the stack.

That's my point. returning the err until some caller above you handles it is unwinding the stack. You're just forced to do it manually at every single level of the stack.