premaseem/designPatterns

We could use dependency injection to initialise Adaptee instead of using new.

Opened this issue · 1 comments

AmazonProvider adapteeProvider = new AmazonProvider();

good idea. Thanks for the idea.