Skip to content

[Tech Debt] Remove any type casting in evaluators.ts #53

@pascalwhoop

Description

@pascalwhoop

The core evaluateNode function in evaluators.ts accepts CalculationNode but then immediately typecasts to any for every single delegated function (evaluateSum(node as any, ...)). This disables compiler checks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority:p3Low priority / nice to havestatus:readyReady for a developer to pick uptype:refactorCode improvement without behavior change

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions