On Wed, Jul 27, 2011 at 10:11 AM, Steve <[email protected]> wrote: > Ian, > > You may have a point there. The application in question was my first > *real* Cat app, and as such being explicit was very important. If a > refactor is to be done, there will be a ton of logic moved to the model, as > these controllers are pretty big currently. > > I still would like to know how subclassing and/or roles might be applied. > >
Which are you more comfortable with? If you are more comfortable with inheritance, then create the superclass first. Afterwards, you can refactor the logic into a role as your comfort level dictates. Len. -- [email protected] 614-404-4214 Proprietor: http://www.theycomewithcheese.com/ - An Homage to Fromage
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
