-
-
Notifications
You must be signed in to change notification settings - Fork 26.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapter needs better example #292
Comments
May I work on this issue? |
Hi @JuhoKang it's great that you can work on this. It would be ideal to show both object adapter and class adapter in the example. Look at the links I gave above to get the idea what kind of example would be good. You can use the existing example as a base and just modify it as needed. |
The Adapter example kind of sucks and needs a more descriptive implementation. For inspiration these are quite good:
http://www.journaldev.com/1487/adapter-design-pattern-in-java-example-tutorial
http://www.tutorialspoint.com/design_pattern/adapter_pattern.htm
The text was updated successfully, but these errors were encountered: