Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a6bc39a

Browse files
committed
Update Structural (Bridge Pattern)
1 parent 1a07685 commit a6bc39a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The patterns can be structured in roughly three different categories. Please cli
2525
### Structural
2626

2727
* [Adapter](Adapter) [:notebook:](http://en.wikipedia.org/wiki/Adapter_pattern)
28+
* [Bridge](Bridge) [:notebook:](http://en.wikipedia.org/wiki/Bridge_pattern)
2829
* [Composite](Composite) [:notebook:](http://en.wikipedia.org/wiki/Composite_pattern)
2930
* [Decorator](Decorator) [:notebook:](http://en.wikipedia.org/wiki/Decorator_pattern)
3031
* [Facade](Facade) [:notebook:](http://en.wikipedia.org/wiki/Facade_pattern)

0 commit comments

Comments
 (0)