bridge-pimpl-degenerate-case

Status: IN

A degenerate Bridge with only one Implementor is still useful for hiding implementation details and avoiding client recompilation — known in C++ as the Cheshire Cat or pimpl (pointer to implementation) idiom.

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

Depended on by

JSON