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

Do not use relative paths in the code. Rather use include path options for compilers #708

Open
ihhub opened this issue Mar 17, 2024 · 0 comments
Labels
good first issue An issue is perfectly suitable for first comers. A very minimal knowledge of the project is required help wanted We need a help improvement Upgrade existing feature makefile makefile changes required
Milestone

Comments

@ihhub
Copy link
Owner

ihhub commented Mar 17, 2024

This is very weird to have relative paths like #include "../unit_test_helper.h" in the code. It is ugly and it is not maintainable (what we move the file to another location?). We have to make file inclusions without relative paths.

@ihhub ihhub added improvement Upgrade existing feature help wanted We need a help makefile makefile changes required good first issue An issue is perfectly suitable for first comers. A very minimal knowledge of the project is required labels Mar 17, 2024
@ihhub ihhub added this to the 1.0 milestone Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue An issue is perfectly suitable for first comers. A very minimal knowledge of the project is required help wanted We need a help improvement Upgrade existing feature makefile makefile changes required
Projects
None yet
Development

No branches or pull requests

1 participant