Java 8 Refactoring Part 3: Removing null checks and introducing Optional
The Optional feature of Java 8 it’s very powerful it can prevent lot’s of bugs and also make our code look more tidy.
Originally posted at: http://javing.blogspot.com/2018/12/java-refactoring-part-3-removing-null.html