Hacker News new | ask | show | jobs
Why Scala’s Option and Haskell’s Maybe types won’t save you from null (beust.com)
3 points by nirav 5801 days ago
1 comments

It appears that his primary assumption, NPE prevention, on Options is based on blogs rather than actual good quality code.

If you look at how Options are used in Scala core lib, you wouldn't make such claims and you will definitely not use it only for null checks.