
Originally Posted by
gmatthews
While i'm a fan of OO and patterns, etc, i'm not a fan of OO at the architecture level, or even rich domain models (at least until I see someone smarter than I come up with a good solution).
I'd implement the pseudo to do 1 boundary hop if possible.
e.g. sys_B_get_info(list_of_500_ids);
or better yet.
sys_B_get_info(some_criteria_to_identify_500_objec ts);
OO seems to be best applied on pretty much anything else that's non-data objects, e.g. business logic, renders, parsers, etc,