Keep your Controllers lean.

Published on Dec 26, 2008

I was going to write a post about this but my thoughts are exactly the same as Fredrik Normen’s.

For example, one thing that creeps me out is seen think like this in the Controller.

Or even worse:

I don’t think that the controller should ever touch the repository and of course it shouldn’t do any type of validation besides data entry from the view.