Hacker News new | ask | show | jobs
by Kamq 454 days ago
> Rust's ? operator - effective and ergonomic

It is, but it's also subtle, and if you want branches (especially sad-path branches) to be explicit, that's not a good thing.