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

Code refactoring #360

Merged
merged 7 commits into from
Apr 24, 2023
Merged

Code refactoring #360

merged 7 commits into from
Apr 24, 2023

Conversation

Bram1903
Copy link
Collaborator

@Bram1903 Bram1903 commented Apr 24, 2023

Big Code Refactoring

  • Removed: Unnecessary Usings (Should greatly improve code completion within files)
  • Changed: Copyright from 2022 to 2023
  • Changed: Corrected the wrong namespaces in quite a few files
  • Changed: Applied coding conventions throughout the project (See coding conventions)
  • Improved: Few LINQ queries
  • Fixed: Spelling mistakes

I spent quite some time refactoring this code. If you have any questions about why I changed a certain thing let me know.
Besides the things I changed, I saw quite a few other things that I wanted to change, but I didn't feel like it would be a good idea to include them within this pull request, since they were rather specific, and shouldn't be included in general refactoring.

I'm planning on making additional pull requests, but I first wanted to apply the coding conventions throughout the whole project for consistency.

The commit names may look identical, but you have to open the whole commit in order to see the additional text!

Fixed: Namespace namings
Changed: Copyright from 2022 to 2023
Fixed: Incorrect naming conventions

(Refactored: Application)
Fixed: Namespace namings
Fixed: Incorrect naming conventions

(Refactored: Server.UI)
(Refactored: Domain)
Fixed: Namespace namings
Fixed: Incorrect naming conventions

(Refactored: Infrastructure)
Fixed: Incorrect naming conventions

(Refactored: Unit Tests)
@neozhu neozhu merged commit 88fffde into neozhu:main Apr 24, 2023
@Bram1903 Bram1903 deleted the Code_Refactoring branch April 25, 2023 09:21
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.

None yet

2 participants