in reply to Re^6: What is YOUR Development Process?
in thread What is YOUR Development Process?
I don't think you're leveraging the greatest benefit of CGI::Application which is the parent class. Each of these different apps should have their own CGI::App child class, using a set of parent classes which would be shared across all your different apps. That's where the reuse comes in.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^8: What is YOUR Development Process?
by swiftone (Curate) on Nov 08, 2005 at 20:38 UTC | |
by dragonchild (Archbishop) on Nov 08, 2005 at 21:18 UTC |