Chain Of Responsibility

Teach and apply the Chain of Responsibility (CoR) pattern to pass requests along a dynamic chain of handlers where each can process or forward the request. Use when users ask about CoR, Chain of Command, middleware pipelines, sequential validation, request bubbling, or comparing CoR to Decorator, Command, or Mediator.

mdadul Updated

File contents

mdadul/agent-skills/tree/main/skills/design-pattern/behavioral/chain-of-responsibility commit 9551a1b353

Frequently asked questions

npx skillmds@latest add mdadul/chain-of-responsibility