Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
refactoring.guru
(Uncensored)
subscribe
Mediator
https://refactoring.guru/design-patterns/mediator
links
backlinks
Mediator is a behavioral design pattern that lets you reduce chaotic dependencies between objects. The pattern restricts direct communications between the objects and forces them to collaborate only via a mediator object.