From f0e7f22266d589a57082d94a112019fb6e4018d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sun, 17 Aug 2014 09:08:56 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 09a0f8a74..3b08d1f7d 100644 --- a/README.md +++ b/README.md @@ -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.