Hacker News new | ask | show | jobs
by krisdol 3890 days ago
But in Java you'd never use a library that calls System.exit when it reaches an unexpected null
1 comments

See my other comment: https://news.ycombinator.com/item?id=10452408

In Rust you'd rarely write a library that panics on unexpected nulls.

(Also, panic != abort, yada yada)