mediator-vs-facade-directionality

Status: IN

Facade is unidirectional (client simplifies access to subsystem) while Mediator is multidirectional (colleagues communicate cooperatively through the mediator); Facade simplifies an interface while Mediator enables cooperative behavior between peers.

Source: entries/2026/06/17/gof-oo-chunk-18.md

Depended on by

JSON