0
kicks
Is it alright to send messages to null references?
Several blog posts have come up on extension methods that have in common a check for null on the extension target. This now allows to call methods on null references. I would like to hear opinions if this is good or bad or a non-issue...