Hacker News new | past | comments | ask | show | jobs | submit login

A Rust panic can be caught, too.

It's just bad form to do so in Rust because it's bad for maintainability to design programs like that.

Rust is opinionated and very much NOT an anything goes language. There is a culture and the culture says do not catch panics. If you feel the need to catch a panic, make it a regular value instead.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: