Please describe your proposal in a ONE sentence
Implement the Switch-to-If feature directly, without a transformation step.
Underlying problem
Current implementation may rely on unnecessary transformation, increasing complexity and risk of bugs.
Usage Scenario
Improves code clarity and reduces potential issues during the translation of switch to if/else constructs.
Alternatives
Continue using the transformation approach; however, it introduces more room for error.
Estimated effort
Likely moderate, depending on usage in the codebase.
Additional context
Refer to parent backlog #3762.
Please describe your proposal in a ONE sentence
Implement the Switch-to-If feature directly, without a transformation step.
Underlying problem
Current implementation may rely on unnecessary transformation, increasing complexity and risk of bugs.
Usage Scenario
Improves code clarity and reduces potential issues during the translation of switch to if/else constructs.
Alternatives
Continue using the transformation approach; however, it introduces more room for error.
Estimated effort
Likely moderate, depending on usage in the codebase.
Additional context
Refer to parent backlog #3762.