Tag Archives: architecture

Against Helper classes

An interesting blog post: http://www.carlopescio.com/2011/04/your-coding-conventions-are-hurting-you.html For me, the most important point is that when a class is starting to get too large, you shouldn’t just cut and paste a load of methods to a similarly named helper class. Rather, you … Continue reading

Posted in Architecture and Design | Tagged , | Leave a comment