in reply to Re: CGI::Application in a team development environment
in thread CGI::Application in a team development environment
I've tended to think of the model as business objects, and the run modes as business logic. If I want to change the way the application flows, I change the logic in my run modes (business logic). If I want to change the people, places, and things in my app act I change the model (business objects).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: CGI::Application in a team development environment
by astroboy (Chaplain) on May 25, 2005 at 23:27 UTC |