From e6d9b6e6369c778812395362a08f8f4997333139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Tue, 12 Aug 2014 23:11:33 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eceb7171c..682b9c666 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,6 @@ Intent: Ensure a class only has one instance, and provide a global point of acce ##Adapter Intent: Convert the interface of a class into another interface clients expect. Adapter lets classes work together that couldn't otherwise because of incompatible interfaces. + +##Bridge +Intent: Decouple an abstraction from its implementationso that the two can vary independently.