decorator-vs-strategy-skin-vs-guts

Status: IN

A Decorator changes the skin of an object (wraps externally), while a Strategy changes the guts (replaces internal algorithm); these are two alternative ways to change an object.

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

Depended on by

JSON