Coding Style PHP Software Design
Null Object Pattern In Php
Reading Time: < 1 minuteThe null object pattern aims to replace null with actual objects, objects that behave differently because they represent the “absence” of the real object. Another benefit of using this pattern is that classes become more representative of the real world. You wouldn’t need to worry about null anymore. From Front Read more…