DEV Community

Discussion on: Where do you keep your code?

Collapse
 
willemw profile image
Willem Wollebrants • Edited

I have the following structure:

~/projects/[client-name]/[project-name]/

In this folder there are 2 folders:
/briefing <= holds psd-files, pdf's, notes I make
/project <= all the code is here, under version control (github mostly, but depends on the client)

I used to have a seperate folder for my personal projects, but I find it easier to make time for them when I treat them the same as more professional, "pay for food and stuff"-projects :)