Software Design Patterns and Principles - Part 13 (Mediator Design Pattern)
Other Parts of This Series: Part 12: Software Design Patterns and Principles - Part 12 (Command Design Pattern) Part 14: Software Design Patterns and Principles - Part 14 (Observer Design Pattern) Mediator Design Pattern (Photo Credit: Refactoring.guru) In this series, we try to explore software design patterns and principles. We will try to learn the well-known OOP design patterns one by one. In this part, we try to explore the mediator design pattern. ...