
Javascript Design Patterns #7 - Mediator Pattern
21013
524________
What is the Mediator pattern?
The Mediator pattern provides central authority over a group of objects by controlling how these objects interact with each other. The "central" object is known as the 'mediator'. The mediator pattern is useful in scenarios where every object needs to be aware of any state change in any other object in the group.
📚Materials/References:
GitHub Code: github.com/pkellz/devsage/blob/master/DesignPatter…
"Design Patterns Explained Simply" Ebook: payhip.com/b/MLtJ
🌎 Find Me Here:
Twitter: twitter.com/realDevSage
Ebooks: payhip.com/devsage
Discord: discord.gg/BP8wPv6raA
Merch: cottonbureau.com/people/devsage
コメント