Hacker News new | ask | show | jobs
by sgt 331 days ago
So, while on that subject; does Zig get error handling right?
3 comments

It does seem to: https://pedropark99.github.io/zig-book/Chapters/09-error-han...

However errors do not seem to commonly wrapped, tagged or contextualized as is the case in Rust. This might weight lower verbosity as more important than extremely structured error handling which definitely constitutes an interesting approach.

Idk, I'm not familiar enough with Zig to say
I think it does.