command-encapsulates-request-as-object

Status: IN

The Command pattern encapsulates a request as an object, parameterizing UI elements (menu items, buttons) with command objects rather than functions, enabling undo/redo, state association, and extensibility via inheritance

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

Depended on by

JSON