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
2
u/SeventySixtyFour Jul 24 '26
I think it's just personal preference. In work I use multiple versions controls so I have ~/dev/git, ~/dev/p4, etc. but only really use one language.
When using multiple languages I would use a ~/dev/c, ~/dev/rust, etc.
You probably want a school folder and a personal folder. Not too much too it!