Azure / durabletask

Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Apache License 2.0
1.53k stars 296 forks source link

Poor code quality #1038

Closed andrew-kuzovov closed 7 months ago

andrew-kuzovov commented 9 months ago

After a glance at the code I see there a lot of code issues, for example:

  1. Type DispatchQueue has no (reasonable) usage
  2. AzureStorageOrchestrationService - unused members: EmptyHistoryEventList, leaseManager, hubCreationLock
  3. no consistent codestyle across repository

are there plans to maintain code clean?

jviau commented 7 months ago

Closing as not a productive issue