in reply to Performance v's Maintainability
Currently, glacial development speed notwithstanding, it appears to me to be a valid and pliable approach. I'm considering ways to incorporate other tertiary modules for usage into the templating subsystem, like page creation and modification tools, without having to use standalone scripts in something like a seperate document subdirectory.
I suppose each of my modules could be considered standalone in functionality and abstraction, but each relies on the successful creation and execution of the previous modules. It seems the most sensible thing to me. I'm trying to make this code as portable and flexible as possible; I'm currently on a non-mod_perl web host, sharing resources with other domain owners, but down the road things may change. Having to switch over from MySQL to PostGreSQL should be easier this way. With the way the modules themselves are written, there are very few non-constant globals (everything else is in object instances), so the switchover to a mod_perl environment should, in theory, be painless as well. One could hope, right?
-Shawn / (Ph) Phaysis
If idle hands are the tools of the devil, are idol tools the hands of god?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Performance v's Maintainability
by Ryszard (Priest) on Sep 23, 2002 at 07:44 UTC |