Mediator: Introduction
Get a brief introduction to the Mediator design pattern.
We'll cover the following...
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 ...