Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 230 Bytes

File metadata and controls

5 lines (4 loc) · 230 Bytes

Bridge Pattern

Simple example of the bridge pattern. The first three commits show the problem itself (class developing into two different "dimensions"). In the last commit you can see the simplification via the bridge pattern.