mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-10-03 17:52:06 +02:00
merge from master
This commit is contained in:
7
Structural/Bridge/README.md
Normal file
7
Structural/Bridge/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
## Purpose
|
||||
|
||||
Decouple an abstraction from its implementation so that the two can vary
|
||||
independently. (http://en.wikipedia.org/wiki/Bridge_pattern)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user