Hacker News new | ask | show | jobs
by vips7L 252 days ago
They are a good idea. Checked errors are so important for correctness. HN’s darling Rust exclusively uses checked errors.
1 comments

Rust has panic, although intended for “unrecoverable” errors only.