Decorator Pattern

Implements the GoF Decorator pattern for dynamic behavior extension via composition over inheritance in Python using abstract decorators, transparent delegation with __getattr__, and composable wrapper chains.

paulpas fe9b75e 17.8 KB Updated

File contents

paulpas/agent-skill-router/tree/main/skills/coding/decorator-pattern commit fe9b75ead5

Frequently asked questions

npx skillmds@latest add paulpas/decorator-pattern