Open dgor82 opened 2 months ago
In NewIssueTradeSelection.GetWorkflowResponseAsync() the nested .Match/switch is heavy duplication from code in NewIssueWorkflow.cs. Certainly, this can be extracted e.g. into NewIssueUtils !!
NewIssueTradeSelection.GetWorkflowResponseAsync()
NewIssueWorkflow.cs
In
NewIssueTradeSelection.GetWorkflowResponseAsync()
the nested .Match/switch is heavy duplication from code inNewIssueWorkflow.cs
. Certainly, this can be extracted e.g. into NewIssueUtils !!