Hacker News new | ask | show | jobs
by threeseed 2810 days ago
Exactly the same with Scala.

Option types demand pattern matching and similar techniques for working with those types. Otherwise you just have "if (x.isDefined) a else b" blocks of code everywhere.