Hacker News new | ask | show | jobs
by user249 1431 days ago
When I was learning Rust, unwrap felt like cheating
1 comments

It is! :) Perhaps the name could have made it more obvious: e.g. "get_or_fail"
It could be named .ordie() like php idiom from olden times.
I associate it more with Perl. A quick search reveals Perl to be older than PHP by 7 years, so I'd guess it's a Perl idiom borrowed by PHP.