Composite

Teach and apply the Composite pattern to model tree structures where leaves and containers share a common interface and can be handled uniformly. Use when users ask about Composite or Object Tree, recursive aggregation, uniform leaf/container operations, or comparing Composite with Decorator, Visitor, or Iterator.

mdadul Updated

File contents

mdadul/agent-skills/tree/main/skills/design-pattern/structural/composite commit 22d58670ec

Frequently asked questions

npx skillmds@latest add mdadul/composite