hyperformula icon indicating copy to clipboard operation
hyperformula copied to clipboard

[Refactor] Visitor design pattern for algorithms that traverse the AST tree

Open sequba opened this issue 3 years ago • 0 comments

Description

As pointed out in https://github.com/handsontable/hyperformula/pull/1159#discussion_r1119354105 we should refactor methods that traverse the AST tree. This code pattern is repeated a few times in our project. I suggest using the visitor design pattern. It will make the code cleaner and improve maintainability.

sequba avatar Mar 01 '23 13:03 sequba