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
- Host: GitHub
- URL: https://github.com/howprogrammingworks/bridge
- Owner: HowProgrammingWorks
- License: mit
- Created: 2019-03-19T10:41:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-25T00:09:03.000Z (about 1 year ago)
- Last Synced: 2025-01-25T01:18:24.095Z (about 1 year ago)
- Topics: abstraction, bridge, implementation, object-oriented-programming, pattern, patterns
- Language: JavaScript
- Homepage: https://www.youtube.com/TimurShemsedinov
- Size: 29.3 KB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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