Source Folder? #87
Answered
by
tavianator
ElectronicsArchiver
asked this question in
Q&A
|
Why is there no Having all source code in the root folder isn't exactly great.. |
Answered by
tavianator
Apr 15, 2022
Replies: 1 comment 2 replies
|
Good question! On the other hand, C utilities dumping all their source files in the project root is pretty common. The first example that comes to mind is git itself. |
2 replies
Answer selected by
ElectronicsArchiver
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good question!
bfsstarted as a pretty small project and grew organically from there. The root directory has grown pretty large since then, and it might be time for asrc/folder.On the other hand, C utilities dumping all their source files in the project root is pretty common. The first example that comes to mind is git itself.