Posts Tagged "Refactoring"


Refactoring Fat Models

Last updated 24 August 2016

Fat models, skinny controllers is out of fashion in the rails world in favor of many smaller use case classes, but fat models don't happen all at once. Peter shows how to trim the fat out of your models step by step.