Skip to content

Files

Latest commit

Oct 22, 2016
996f569 · Oct 22, 2016

History

History
This branch is 1 commit ahead of torokmark/design_patterns_in_typescript:main.

mediator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 21, 2013
Oct 22, 2016
Oct 22, 2016

Mediator Pattern

Promotes loose coupling by keeping objects from referring to each other explicitly, and it lets you vary their interaction independently.

GOF