The mediator pattern defines an object that encapsulates how a set of objects interact.
I have been reading the Gang Of Four, in order to solve some of my problems and came across the …
oop design-patterns observer-pattern mediatorI've been researching the difference between these two patterns. I understand that facade encapsulates access to a sub system and …
design-patterns facade mediatorI am currently reading http://addyosmani.com/resources/essentialjsdesignpatterns/book/#mediatorpatternjavascript I understand the mediator pattern as some sort of …
javascript design-patterns mediatorSo far I have seen many solutions of the problem. The simplest one is, of course, to $emit an event …
javascript angularjs design-patterns publish-subscribe mediatorIs Eventbus more a Mediator or an Observer? According to Google, "eventbus mediator" gets 2.430 hits and "eventbus observer" gets 3.850 hits. …
design-patterns observer-pattern event-bus mediator