visitor-tradeoff-stable-structure-required

Status: IN

The Visitor pattern is most suitable when the class structure is stable but operations change frequently; adding a new element subclass requires updating all visitor interfaces with a new Visit operation

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

Depended on by

JSON