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.. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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!
bfs
started 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.