Mediator: Introduction

Get a brief introduction to the Mediator design pattern.

The Mediator design pattern is where one object facilitates communication between multiple other objects. It’s analogous to air traffic control, a mediator between different flights. Planes can talk ...