-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Code Quality: Reduce duplicated functionality classes #14572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This looks like a good breakdown, let's split each task into a separate PR for quality and code review purposes. |
If someone plans to work on a specific service, please add a comment so we can prevent duplicate PRs. |
6 tasks
This was referenced Apr 10, 2024
This was referenced Apr 18, 2024
This was referenced Jul 5, 2024
2 tasks
This was referenced Jul 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: