in reply to Re: Developing a Suite of CGI applications
in thread Developing a Suite of CGI applications

Good call, however depending on the motivation will depend on the path chosen. For example, i build my framework to extend my knowledge on design and abstraction in coding..
  • Comment on Re: Re: Developing a Suite of CGI applications

Replies are listed 'Best First'.
Re: Re: Re: Developing a Suite of CGI applications
by perrin (Chancellor) on Sep 15, 2002 at 19:59 UTC
    It's not as if there is no coding left to do when you use a framework. At best, it makes some of the boring repetitive parts go away and lets you work on the part that is specific to your application. One reason I recommend looking at these frameworks is that they are all open source and you can learn a lot about application design by looking at their code and seeing how they did it. I learned many things that way.