0
kicks
Chaining null checks using extension methods
While digging through C# syntax trees, I came across an old problem in C# development that I call the ‘if null’ problem. This problem is exemplified in the following piece of code: