Folder structure discussion #59
shubham-kv
started this conversation in
General
Replies: 2 comments
-
I know it's not a major concern but it's good enough for a first discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I liked your idea. I'll change folder structure now. Ty for your opinion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At the time of writing this, the folder structure seems all messed up with c, cpp, java, etc. files all in one folder.
I'd like to propose for a better folder structure where the major folders (i.e. data_structures, algorithms, etc.) are grouped according to the language used. For example, we can have a C subfolder in algorithms, where the algorithms are implemented in C,
a C++ subfolder for all the algorithms implemented in C++ and so on...
Something like this:
This would help while navigating through the project and would make the project more clean.
What are your opinions ?
Beta Was this translation helpful? Give feedback.
All reactions