feat: no visitor pattern #36

Closed
opened 2026-01-17 20:00:12 +00:00 by mvhutz · 0 comments
Owner

Context

Currently we use the Visitor in various parts of the code. This is a hold-over from when I tried avoiding the Go-idiomatic way of handling types: a type-switch statement.

Acceptance Criteria

Remove all instances of the visitor patter. Replace with recursive functions.

## Context Currently we use the Visitor in various parts of the code. This is a hold-over from when I tried avoiding the Go-idiomatic way of handling types: a type-switch statement. ## Acceptance Criteria Remove all instances of the visitor patter. Replace with recursive functions.
Sign in to join this conversation.