Wednesday, February 02, 2005 11:51 AM
richard
If I were boss ...
... this is how I'd assign work, from time to time (pre-production code only, of course).
int System.Collections.IComparer.Compare(object x, object y)
{
throw new NotImplementedException(@
"Congratulations, you've found the missing code!
Your new, additional quarterly goal is to implement this method!");
}