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

Extract nested classes to separate files #66

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

Conversation

FroggieFrog
Copy link

This idea for this PR is based on #60, but it just extracts all nested classes to their own files (CTRL + . and "Move to xx.cs"). this is common best pratice in the .NET world.
Also all files were formatted via Edit->Advanced->Format Document.

Hopefully it makes it easier to add the performance improvements from #60 and future ones.

@enemaerke
Copy link
Contributor

Finally had a look at this. Beyond the move to separate files, I think you also moved some classes into other namespaces (Implementations, Abstractions, Extensions)? I am personally not a fan of such a separation but more critical is that it'll break backwards compatibility if we move existing classes to new namespaces. I would prefer a fully flat namespace.

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.

2 participants