Factory Method

Implements the GoF Factory Method pattern for polymorphic object creation in Python using ABC-based factories, registration decorators, and type dispatch to replace if/elif chains with extensible factory hierarchies.

paulpas 47d4f5b 16.0 KB Updated

File contents

paulpas/agent-skill-router/tree/main/skills/coding/factory-method commit 47d4f5b62d

Frequently asked questions

npx skillmds@latest add paulpas/factory-method