An open API service indexing awesome lists of open source software.

https://github.com/howprogrammingworks/bridge

Use bridge to decouple an abstraction from its implementation
https://github.com/howprogrammingworks/bridge

abstraction bridge implementation object-oriented-programming pattern patterns

Last synced: 10 months ago
JSON representation

Use bridge to decouple an abstraction from its implementation

Awesome Lists containing this project

README

          

# Bridge (GoF Pattern)

See also:
- 👉 Patterns catalog: https://github.com/tshemsedinov/Patterns-JavaScript
- 👉 Author's github: https://github.com/tshemsedinov