https://github.com/emahtab/adapter-design-pattern
https://github.com/emahtab/adapter-design-pattern
adapter-pattern design-pattern
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emahtab/adapter-design-pattern
- Owner: eMahtab
- Created: 2022-02-19T16:26:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T16:31:43.000Z (about 4 years ago)
- Last Synced: 2025-05-31T23:54:42.089Z (11 months ago)
- Topics: adapter-pattern, design-pattern
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adapter Pattern

1. The client makes a request to the adapter by calling a method on it using the target interface
2. The adapter translates the request into one or more calls on the adaptee using the adaptee interface
3. The client receives the results of the call and never knows there is an adapter doing the translation
# References :
https://dev.to/danlee0528/design-pattern-the-adapter-facade-patterns-2ipf