• Feature image not available
    Geoffrey Lee
    This article is part 1 of the Design Pattern series. Mediator Pattern is used to reduce communication complexity between multiple objects or classes. This pattern facilitates a mediator class which takes care of all the communication across different classes and supports easy maintenance of the code by loosely coupling. This