gof-template-method-refactoring-to-generalize

Status: IN

Template Method supports the 'refactoring to generalize' technique (Opdyke and Johnson): identify differences in similar code, separate them into new operations, then replace differing code with template method calls.

Source: entries/2026/06/17/gof-oo-chunk-20.md

Depended on by

JSON