1 post tagged with "adapter-design-pattern"

View All Tags

Adapter Design Pattern

samundrak

samundrak

JavaScript Dev

The adapter pattern helps us to connect or communicate with two or more than two interfaces that are not compatible with each other. In a simple word if we have to consume data from a source which our current implementation doesn't support then we can use this pattern to communicate with incompatible sources.