decorator-applies-beyond-ui-streams

Status: IN

The Decorator pattern is not limited to UI — I/O stream decoration (e.g., CompressingStream wrapping ASCII7Stream wrapping FileStream) is a classic non-UI application demonstrating the pattern's generality.

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

Depended on by

JSON