update READMEs

This commit is contained in:
Jakub Vojvoda
2016-09-15 21:14:18 +02:00
parent bb06ec32ca
commit c7712573a0
3 changed files with 23 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
## Bridge
Decouple an abstraction from its implementation so that the two can
vary independently.
Decouple an abstraction from its implementation so that the two can vary independently.
Bridge pattern has structural purpose and applies to objects, so it deals with the composition of objects.
### When to use