Mediator - Design Pattern
Objective 🎯
Reduce chaotic dependencies between objects by restricting direct communication and forcing objects to collaborate only via a mediator object.
Type ✅
✔️Behavioral: Describes how objects interact/communicate between themselves.
❌Creationa...
victorlins.hashnode.dev3 min read