Thoughts on nuking the include folder and merging headers with sources?
#7190
Rossmaxx
started this conversation in
Project Management
Replies: 2 comments 8 replies
|
I googled this topic a bit and found that "core" headers which are used only by the main application and not shared between programs are usually kept within src, only the headers which might be used by another program (like in the case of libraries) are the only ones in the seperate include folder. Should we follow the same? |
2 replies
|
@LMMS/developers I'm considering doing this. Need some scrutiny before i start. |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am wondering if it would make any benefit to merge the headers to the src folder.+ I remember @jsmtux saying it might help with his core seperation effort. Thoughts?
All reactions