Re: Interface complexity problem in game



Use a registry, i.e., an object whose only goal is to dumbly store and
retrieve objects. The registry will be dependent on the objects its
stores but not the methods those objects provide, thus this registry
will only change when entire interfaces are added/removed/re-named,
which should be less often than when the individual methods of those
interfaces change.

..ed

--
www.EdmundKirwan.com - Home of The Fractal Class Composition

.