gof-strategy-data-passing-two-approaches

Status: IN

Strategy-Context data flow has two approaches: pass data as parameters to Strategy (loose coupling, may pass unused data) or pass context reference so Strategy pulls what it needs (tight coupling but more efficient).

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

Depended on by

JSON