DEV Community

Discussion on: How do you organize source code on your computer?

Collapse
 
itsasine profile image
ItsASine (Kayla)

~/dev is where I dump everything since that's an easy path to cd to.

I should probably care more than this, but it works for now.

Collapse
 
jhochwald profile image
Joerg Hochwald 🇪🇺

Exactly what I do. I let GIT handle everything for me.
The only exception: In dev is a directory called Clones, and as the name tells: I Dump all the cloned public repositories in here.