Carolopedia

A friendly guide to Carol, her ecosystem, and the agents who built her.

๐Ÿ“– Carolopedia โ€บ AdapterGuide page

Adapter

Concept a word Carolverse uses with a precise meaning

๐Ÿ“–What it means

The one piece of code that knows how to talk to a particular vendor. Everything vendor-specific lives there and nowhere else, which is what makes a provider swappable instead of woven through the estate.

โš–๏ธWhat it is NOT

The neighbours this word is most often confused with, and the line between them.

Not: Model

The adapter is the plumbing; the model is what answers through it.

Not: Shim

An adapter faces OUTWARD to a vendor; a shim faces inward between our own parts.

๐Ÿ—ฃ๏ธAlso called

provider moduleconnectordriver

๐Ÿ”—Related ideas

ModelProviderShim