By ss93845
via stephan.reposita.org
Published: Aug 06 2008 / 15:21
There has been some discussion going on in the blogosphere about monads, and especially about the Haskell Maybe monad or the Scala option class. Those are ways to prevent problems with NULL and NPEs that Java lacks. A Java Option implementation is more verbose but can be reduced sometimes with using "for" and Iterable.
Comments
bloid replied ago:
related link: http://www.dzone.com/links/know_javautilcollections_class.html
Voters For This Link (7)
Voters Against This Link (0)