X Tutup
Skip to content

Commit f0e7f22

Browse files
committed
Update README.md
1 parent 9e7db12 commit f0e7f22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@
4040
##Proxy
4141
**Intent:** Provide a surrogate or placeholder for another object to control access to it.
4242

43+
##Chain of responsibility
44+
**Intent:** Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request. Chain the receiving objects and pass the request along the chain until an object handles it.

0 commit comments

Comments
 (0)
X Tutup