#101 Refactoring Out Helper Object
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 t...
An episode of the RailsCasts (Mobile) podcast, hosted by Ryan Bates, titled "#101 Refactoring Out Helper Object" was published on April 14, 2008 and runs 7 minutes.
April 14, 2008 ·7m · RailsCasts (Mobile)
0:00 / 0:00
Summary
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.
Episode Description
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.
Similar Episodes
No similar episodes found.
Similar Podcasts
No similar podcasts found.