Java's Optional: Why you should prefer it over null
Posted by Simon Larsén in Programming
Null references are problematic, to say the least. Tony Hoare (inventor of the null reference) even went as far to say call them his "billion dollar mistake". In this article, I first make a cursory exploration of why null references are so problematic, and then have a look at Java's …