PHP 2 min read
Use the nullsafe operator without hiding missing business data
A customer may not have a billing address yet. The nullsafe operator can express optional traversal, but it should not turn required billing data into a silent null just before cre...