Adapter Pattern
Version 1.0.0 · Updated 2026-07-30
CORE DEFINITION
Convert the interface of a class into another interface that clients expect. This allows classes that would otherwise not work together due to incompatible interfaces to work together.
SCAFFOLDING EFFECT
Reduce cognitive load
A bridge to the legacy world. When you (a new idea/technology) enter an old system, do not try to forcibly change the old system. Make an 'adapter' (translation layer/compatibility layer), wrapping yourself into a shape the old system can understand, and integrate subtly.
Anchor fast decisions
Convert the interface of a class into another interface that clients expect, enabling incompatible classes to collaborate.
MINIMUM ACTION
In progress 0/1Practice this model in one real situation:
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more
Source support: Explicit
- en.wikipedia.orghttps://en.wikipedia.org/wiki/Adapter_patternverified
PRIVATE NOTES · Only visible to you
SAVED Q&A
ENTRY Q&A · Private saving available
Ask with a clear boundary
thinkingmodels answers from published entry context only.
Your question is sent to thinkingmodels. The answer uses public entry context only.
RELATED MODELS