sql-statement-builder
sql-statement-builder copied to clipboard
Refactor ValueTableVisitor
Refactor the ValueTableVisitor interface like ColumnsDefinitionRenderer (#102) or BooleanExpressionVisitor (#100).
I gave this one a shot and realized that, while with the previous refactorings the classes got smaller, we lost runtime efficiency and diluted the design (e.g. where SoC is broken now). So it looks like the whole visitor structure will need a clean redesign. Preferably done in pair programming mode.
We don't have the capacity to implement this at the moment.