chain-of-responsibility-three-request-representations

Status: IN

Chain of Responsibility supports three ways to represent requests: (1) hard-coded operation calls on the handler, (2) a single handler function dispatching on request codes, (3) request objects — with request objects being the most flexible and type-safe approach.

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

Depended on by

JSON