0
kicks
Learning the Mediator Pattern
Taking a look at how we can use the Mediator Pattern in our application.
.The Mediator pattern allows us to create a loosely coupled system by creating a set of objects which encapsulates the way that sets of objects interact with each other. By removing this behavior from the individual objects you reduce their responsibility and reduce coupling