in reply to Re: Re^5: Best way to 'add modules' to web app?
in thread Best way to 'add modules' to web app?
Yes a lot of old code is in C, and a lot of it sucks quite badly.
However, that's not the issue is it?
I thought we were talking about whether adding infrastructure upfront that isn't needed until later is more/less efficient than adding the infrastructure at the point it is needed.
My experience (and the experience of others - well chromatic at least :-) has been that the latter is a far better approach. You're not guessing at the requirements, and you don't have to carry the overhead of the extra infrastructure when it isn't needed.
Nobody is "planning against extending" - just choosing not to extend until it is necessary by an actual requirement.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re^7: Best way to 'add modules' to web app?
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 | |
by adrianh (Chancellor) on Jul 07, 2003 at 01:05 UTC |