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

Remove using namespace in header files #92

Closed
pattacini opened this issue Sep 7, 2018 · 1 comment
Closed

Remove using namespace in header files #92

pattacini opened this issue Sep 7, 2018 · 1 comment
Assignees
Labels
✨improvement Improve current features
Milestone

Comments

@pattacini
Copy link
Member

I've seen that often namespaces are used in the using directive within header files. This is an anti-pattern.
Please, clean up the code.

Reference

https://stackoverflow.com/questions/5849457/using-namespace-in-c-headers

@pattacini pattacini added the ✨improvement Improve current features label Sep 7, 2018
@pattacini pattacini added this to the Y1Q3 milestone Sep 7, 2018
@pattacini
Copy link
Member Author

Done in #93.

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

No branches or pull requests

2 participants