IntermediateVocabulary#software-architecture#backend#developer-tools

Adapter Pattern Vocabulary

Learn the vocabulary of wrapping an incompatible interface in a thin translation layer calling code can use directly.

0 / 5 completed
1 / 5
At standup, a dev mentions wrapping an existing class with an incompatible interface inside a thin translation layer, so that calling code can use it through the interface it actually expects. What is this design pattern called?