Update README.md
This commit is contained in:
parent
9e7db125a8
commit
f0e7f22266
@ -40,3 +40,5 @@
|
||||
##Proxy
|
||||
**Intent:** Provide a surrogate or placeholder for another object to control access to it.
|
||||
|
||||
##Chain of responsibility
|
||||
**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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user