Browse by Tags

All Tags » Wacky Ideas » Stack Overflow » C# » Evil Code (RSS)
Sorry, but there are no more tags available to filter with.

"Magic" null argument testing

Warning: here be dragons. I don't think this is the right way to check for null arguments, but it was an intriguing idea. Today on Stack Overflow, I answered a question about checking null arguments . The questioner was already using an extension...