Design-Patterns-In-Swift icon indicating copy to clipboard operation
Design-Patterns-In-Swift copied to clipboard

Lose call flow in mediator example

Open cash0211 opened this issue 3 years ago • 1 comments

In Mediator case, just have the MessageMediator broadcast the message to all Programmers. But In GOF, mediator structure like below:

521bcedd-4c0b-4d63-8d51-ecb1f38b16e1

Apparently, programmers need to communicate with each other, so they also need to hold the MessageMediator. Looking forward to your reply, thanks.

cash0211 avatar Dec 02 '21 09:12 cash0211

Thanks for starting the discussion! Can you elaborate a little bit more @cash0211 ?

ochococo avatar Dec 16 '21 20:12 ochococo