#101 Refactoring Out Helper Object


Apr 14 2008 7 mins  
If you have complex view logic, this can easily lead to helper methods which call each other. See how to refactor this out into another object in this episode. This is also known as the presenter pattern.