Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NiekBeijloos authored May 16, 2023
1 parent 48ba11b commit 50f2818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3. Behavioral/12. Comparison Behavioral patterns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ It might be possible to queue or undo/redo interactions using the Mediator patte
The Chain of Resonsibility and the Observer both decouple sender and receiver, which enables runtime flexibility to hook-up an open-end of senders and receivers. Their differences:
1. Participant interaction:
- The Observer pattern allows an open-end of Receivers to hook-up with the same Sender (during runtime).
- The Chain of Responsbility allows a single Receiver to hook-up with a single Sender sequently (during runtime). This means in the middle of the chain Senders are also Receivers and Receivers are also Senders.
- The Chain of Responsbility allows a single Receiver to hook-up with a single Sender sequently (during runtime). This means, in the middle of the chain Senders are also Receivers and Receivers are also Senders.

0 comments on commit 50f2818

Please sign in to comment.