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

avoiding unix-style directory shortcuts ".." #23

Open
UladBohdan opened this issue Mar 31, 2017 · 2 comments
Open

avoiding unix-style directory shortcuts ".." #23

UladBohdan opened this issue Mar 31, 2017 · 2 comments
Labels

Comments

@UladBohdan
Copy link
Member

in accordance with Google C++ styleguide and in order to keep code portability we should avoid unix directory shortcuts. https://google.github.io/styleguide/cppguide.html#Names_and_Order_of_Includes

seems that with the project structure we have we're unable to do that.

should we be worried about that?

@Drapegnik
Copy link
Member

also if we'll use some code quality control tools?

@UladBohdan
Copy link
Member Author

I think that depends on how strict the tools are. Most likely they will allow us to use these kind of paths.

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

No branches or pull requests

2 participants