in reply to Re: Re: Re: Re: Best way to 'add modules' to web app?
in thread Best way to 'add modules' to web app?
Can you give an example of where this happens?
In my experience a well-factored program means that you always have a codebase that is flexible enough to accept new features simply. However large.
There is also the advantage of avoiding the overhead of infrastructure until you need it, which means you have a smaller simpler codebase that is faster to develop and maintain.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re^5: Best way to 'add modules' to web app?
by Anonymous Monk on Jul 05, 2003 at 20:08 UTC | |
by adrianh (Chancellor) on Jul 05, 2003 at 20:59 UTC | |
by Anonymous Monk on Jul 06, 2003 at 15:27 UTC | |
by adrianh (Chancellor) on Jul 06, 2003 at 16:29 UTC | |
by Anonymous Monk on Jul 06, 2003 at 19:11 UTC | |
|