Hacker News new | ask | show | jobs
by saagarjha 2460 days ago
This isn't always possible.
1 comments

Why not? I always fold or map my option types. Sometimes I return None and caller handles it, sometimes I print a useful and informative error message. One should never ever directly unwrap an option value. In fact, some languages and libraries simply don’t allow it.