Skip to content

longterm maintenance: cleanup of visitors + proper composition #118

Description

@loulecrivain

most visitors are composed in a "root" visitor class, and called from nodes, from the root visitor. delegation wise this is fine but readability and clarity suffers.

this issue defines the following maintenance objectives:

  • decouple other visitors from root visitor class
  • use chaining infrastructure to be able to call visitors one after another
  • put all visitors in a visitor/ directory

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions