Description
I'm planning to remove Utils namespace by moving classes to service or Files.App.Storage.
Providing a single, simple and common way of accessing the application functionalities allows us to implement unit tests easily as well as enables us to maintain codes easily.
Services.App
Files.Integrations
Services.Storages
Almost all of them should be heavily discussed ahead of time since they are related to the SAL (Storage Abstraction Layer). For more information, refer to #8974
Services.Windows
Classes to Remove
Gains
- Better maintainability
- Reduced duplicated classes
- Better test experience when we are going to implement Unit tests.
Requirements
- Use single service per a functionality
Comments
No response
Description
I'm planning to remove Utils namespace by moving classes to service or Files.App.Storage.
Providing a single, simple and common way of accessing the application functionalities allows us to implement unit tests easily as well as enables us to maintain codes easily.
Services.App
Files.Integrations
Services.Storages
Almost all of them should be heavily discussed ahead of time since they are related to the SAL (Storage Abstraction Layer). For more information, refer to #8974
Services.Windows
Classes to Remove
Gains
Requirements
Comments
No response