Wednesday, May 06, 2009

Too many items

Our coding standards mandates we don't have more than 10 non-trivial members in a class. So I am doing some code review and for one of the classes there are so many members even ReSharper refuses to count them, just reports that there are too many of them (see picture on the right). I guess there are gonna be some rather serious refactoring.