-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
code qualityImprove code quality or readabilityImprove code quality or readability
Milestone
Description
This class has become huge, it is time to simplify it.
I suggest this :
- Create EnumMethodExpander.cs - extract TryExpandEnumMethodCall and CreateMethodCallOnEnumValue
- Create SwitchExpressionRewriter.cs - extract VisitSwitchExpression and ReplaceVariableWithCast
- Create NullConditionalRewriter.cs - extract logic for null coalesce operators
- Simplify main file and delegate to these new classes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
code qualityImprove code quality or readabilityImprove code quality or readability