command-decouples-invoker-from-receiver

Status: IN

The Command pattern decouples the object that invokes an operation (Invoker) from the object that knows how to perform it (Receiver) by encapsulating the request as a first-class Command object.

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

Depended on by

JSON