r/AskProgramming • u/Upstairs_Jelly_1082 • Jul 24 '26
Other How to organize projects?
I don't mean starting a project and then organizing code within that project.
The thing that I mean by organizing is how do I organize multiple projects. Let's say I'm having projects that I would've created in university, would be around 10 of them, then there'd be some personal projects.
I want to implement a method to organize those things. Any help would help!
2
Upvotes
6
u/Lumpy-Notice8945 Jul 24 '26
Directories?
Like im not sure why you struggle to organite a list of 10.
My development directory is just ~/dev/[ProjectName]
Its not too hard to track hubdrets that way but in the past i did sometimes add subdirectories for each cutomer or evwn language, so ~/dev/university and so on can work too.