Monday, January 14, 2008

This is not joke. This is the real code, I got from one of offshore companies, I working with

I, probably, print it and put in my office...

if( (i==j).ToString().Length == 4) { ...DoSomething();...}
else if( (i==j).ToString().Length == 5) { .. DoSomethingElese();... }
else { throw new NotImplementedException(); }

No comments: