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

Include headers from source dir #5

Open
Maxcode123 opened this issue Aug 11, 2023 · 0 comments
Open

Include headers from source dir #5

Maxcode123 opened this issue Aug 11, 2023 · 0 comments
Labels
good practices Apply best practices (no change in logic)

Comments

@Maxcode123
Copy link
Owner

Headers should be included from the src dir, e.g. #include src/syntax/ast/nodes.h
Currently a file in src/syntax will include nodes.h as #include ast/nodes.h.

Reference: https://google.github.io/styleguide/cppguide.html#Names_and_Order_of_Includes

@Maxcode123 Maxcode123 added the good practices Apply best practices (no change in logic) label Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good practices Apply best practices (no change in logic)
Projects
None yet
Development

No branches or pull requests

1 participant