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.47k stars 287 forks source link

Poor code quality #1038

Closed andrew-kuzovov closed 2 months ago

andrew-kuzovov commented 4 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 2 months ago

Closing as not a productive issue