#null-object-design-pattern
Read more stories on Hashnode
Articles with this tag
The null object pattern replaces null values within a specific object with a custom null object that is of the same class. The null object's fields...