Hacker News new | ask | show | jobs
by dpc_pw 2039 days ago
> exceptions are the most convenient way of handling errors.

No, thank you. I'll keep my Result even if it was 200% slower.

Btw. Is there anything that prevents compiler from compiling error handling code the way exception throwing would be?

1 comments

Do errors give a result?