Programming - Observer Pattern
Do you find yourself in a situation where you need to create a set of loosely coupled components in your application that can be swapped out. Is there an event or operation that requires that some of these components perform an action but you want to keep each component blind from each other to keep from creating a web of interdependency? Then you may just be in need of an event/observer system in your application. Many applications have plugins and in order to manage execution of the plugin cod... read more!
Posted in technology | Post Comment

RSS Feed