Skip to content
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

Refactor: File-scoped namespaces, remove unused usings, and implement primary constructors #224

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

samanazadi1996
Copy link

This pull request focuses on improving code quality and maintainability by:

  • Converting all namespaces to file-scoped, reducing clutter and enhancing readability.
  • Removing unused using directives to clean up the code and eliminate unnecessary dependencies.
  • Applying primary constructors for more concise and efficient object initialization.
  • Correcting minor typos found across the codebase.

These changes streamline the project structure without introducing any breaking changes or altering functionality, making the codebase easier to navigate and maintain.

@samanazadi1996
Copy link
Author

Hello @joseharriaga ,

I recently submitted this pull request that contains a large number of changes (around 830 files) to convert namespaces to file-scoped namespaces. I believe these changes are valuable and help improve the structure of the code.

Given that the project is under continuous development, there is a high risk of conflicts if this PR is not reviewed soon. Since these changes do not affect the core logic, I would appreciate it if you could review the PR at your earliest convenience.

If there are any issues or concerns with the changes, I’m happy to address them promptly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant