Refactoring 015 - Remove NULL
TL;DR: Use the Null Object Pattern to eliminate null checks and simplify your code.
Problems Addressed
Frequent null checks and IFs cluttering your code
Null pointer exceptions
Hard-to-read and maintain code
Lack of extensibility
Unnecessary co...
maximilianocontieri.com3 min read