in reply to Re: OO/Application Framework question
in thread OO/Application Framework question

Hiya dragonchild,

I understand the requirements perfectly, as they been expressed to me within a tight set of rules. Yet I want to make the development easier on myself, and experiment at the same time :) The whole system has already been finished in the typical CGI-type environment, yet as ever, TMTOWTDI, and I'm looking to compress those scripts down into modules, and execute it from just a base script. Just to simply speed the whole operation up.

best,

>joe

  • Comment on Re: Re: OO/Application Framework question

Replies are listed 'Best First'.
Re3: OO/Application Framework question
by dragonchild (Archbishop) on Apr 17, 2003 at 23:53 UTC
    As you've said, the system is already up and running, so, obviously, the business owners have approved your translation of their requirements into reality. And, frankly, you can stop there.

    However, I feel that, if an application is to be maintainable, it needs to be as decoupled as possible. To safely decouple something, you need to understand the business logic behind requirements. You need to be able to identify those things that seem to be popping up in the system with alarming regularity. You need to be able to identify those infrastructure features that would be really neat to have, but don't do add a single whit of functionality to the system as it stands. And, beyond all of that, you absolutely have to have the fire in your belly that makes you want to make it as beautiful as it can be.

    If you're missing any of those things, don't read any further, cause what I'm going to say doesn't apply to you.