-
Notifications
You must be signed in to change notification settings - Fork 55
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: add namespaces for features #431
refactor: add namespaces for features #431
Conversation
This is really cool. I think what we could do is in another PR at some point, the same for include files. That way we know where things come from and don't share a global scope. E.g. M_PI becomes Constants::PI |
Yeah that is the plan, just wanted to do it for features to start with! |
b2db46f
to
660cc99
Compare
660cc99
to
7e4ecde
Compare
Added namespaces for all features.
Each namespace is added in its own commit, so this PR can be merged without squash if wanted.
To see changes done hide the whitespace changes