Y
Hacker News
new
|
ask
|
show
|
jobs
by
empath75
209 days ago
Even if you want it to crash, you almost never unwrap. At the very least you would use .expect() so you get a reasonable error message -- or even better you handle the potential error.