chain-of-responsibility-receipt-not-guaranteed

Status: IN

A key consequence of Chain of Responsibility is that receipt is not guaranteed: a request can traverse the entire chain and fall off the end without being handled by any object.

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

Depended on by

JSON