# Thursday, March 20, 2008
« Less work, more reading | Main | ReSharper NUnit Failing Silently »

You might immediately suspect a C# class is breaking the single responsibility principle when you discover upon opening it that the entire first page is nothing but using statements.  38 in all, and that's after using Re# to remove the unused ones.

Can you guess what kind of class this is?

If you guessed a code behind to a winform dialog then you guessed right.

.NET | WTF
Comments are closed.