Template Method

Teach and apply the Template Method pattern to define an algorithm skeleton in a base class while allowing subclasses to override selected steps without changing overall flow. Use when users ask about Template Method, extracting duplicate algorithm structure, superclass hooks, final template flows, or comparing Template Method with Strategy or Factory Method.

mdadul Updated

File contents

mdadul/agent-skills/tree/main/skills/design-pattern/behavioral/template-method commit fb0e3a9612

Frequently asked questions

npx skillmds@latest add mdadul/template-method