adapter-after-design-bridge-before-design

Status: IN

The Adapter pattern makes incompatible classes work together after they are designed (unforeseen coupling), while Bridge is used before design when an abstraction must have several independently evolving implementations.

Source: entries/2026/06/17/gof-oo-chunk-15.md

Depended on by

JSON