DEV Community

Discussion on: How do you organize development projects on your computer?

Collapse
 
ioveracker profile image
Isaac Overacker

I keep all of my projects in ~/Source/ organized in the same way that they're organized on GitHub: ~/Source/${organization-name}/${repo-name}. Everything I work on ends up in a private or public GitHub repo, so this makes it simple to find what I'm looking for and to remember where it exists on GitHub. For temporary projects / scratch space, I put those under ~/Source/tmp/ and clear it out frequently to keep it from getting out of hand.