#101 Refactoring Out Helper Object

Published: April 14, 2008, 7 a.m.

b'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.'