-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
refactorRequest to refactor to improve code or reduce technical debt.Request to refactor to improve code or reduce technical debt.
Description
The original javascript converted incoming operators (e.g. AND) to lower case (e.g. and) during the tokenization process. The initial translation stayed as close to the original javascript as possible and reasonable with assumptions that a later process would require the output to be in the format created in the javascript.
I do not see the need for this case conversion in later processing. Recommending a refactor to not convert operators case.
Metadata
Metadata
Assignees
Labels
refactorRequest to refactor to improve code or reduce technical debt.Request to refactor to improve code or reduce technical debt.