Hey guys,
MAJOR battle right now between a co-worker and myself regarding how we should continue with our modeling. She has no uml experience, and comes from a VERY HEAVY Data-centered development environment.
Anyway, she thinks that we should take all of the parent/child relationships that we have (as well as helper class relationships) and just make one big object that gathers all of those parameters so that we only make one hit to the database. Now, I'm thinking this is going to break a heck of alot of modeling rules (ie cohesion, loosly coupling, etc.).
Problem is that our boss is thinking its a hot idea. But it just doesn't seem right (why bother with objects at all, why not just grab recordsets then?!)
Can someone tell me if I'm wrong here? And if I'm not, any clear reasons I can pass on as to why this way wouldn't work?
Thanks guys,
Jack
MAJOR battle right now between a co-worker and myself regarding how we should continue with our modeling. She has no uml experience, and comes from a VERY HEAVY Data-centered development environment.
Anyway, she thinks that we should take all of the parent/child relationships that we have (as well as helper class relationships) and just make one big object that gathers all of those parameters so that we only make one hit to the database. Now, I'm thinking this is going to break a heck of alot of modeling rules (ie cohesion, loosly coupling, etc.).
Problem is that our boss is thinking its a hot idea. But it just doesn't seem right (why bother with objects at all, why not just grab recordsets then?!)
Can someone tell me if I'm wrong here? And if I'm not, any clear reasons I can pass on as to why this way wouldn't work?
Thanks guys,
Jack