Blog LogoBlog Logo

Tag: Null-Conditional Operator

All tags

Overusing the Null-Conditional Operator

The null-conditional operator is the ?. between object and field/property/method. It simply says that if the thing on the left hand side is null then the thing...

— 10 Sep 2016