Back to Browse

Javascript Design Patterns #7 - Mediator Pattern

21.6K views
Nov 17, 2019
13:07

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: https://github.com/pkellz/devsage/blob/master/DesignPatterns/Mediator.js "Design Patterns Explained Simply" Ebook: https://payhip.com/b/MLtJ 🌎 Find Me Here: Twitter: https://twitter.com/realDevSage Ebooks: https://payhip.com/devsage Discord: https://discord.gg/BP8wPv6raA Merch: https://cottonbureau.com/people/devsage

Download

1 formats

Video Formats

360pmp413.8 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Javascript Design Patterns #7 - Mediator Pattern | NatokHD