Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 196 Bytes

File metadata and controls

3 lines (3 loc) · 196 Bytes

Guideline18: Beware the Performance of Acyclic Visitor

  • Understand the architectural advantage of an Acyclic Visitor.
  • Be aware of the significant performance disadvantages of that solution.