By Dwhittaker
via dimecasts.net
Published: Jul 07 2009 / 18:56
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
Add your comment