DEV Community

Discussion on: How do you keep development projects on your PC organized?

Collapse
 
jcolag profile image
John Colagioia (he/him)

I have two pieces. The obvious part is that I just have a code folder that I clone everything into. But since that becomes cluttered quickly, everything I think I should be actively working on gets a card on my kanban board (I run Kanboard on a server) with the path to that project.

Recently, I have also added an Incubator folder, which is just notes on projects that are either not code or aren't ready to start work. That folder gets a nightly commit to a git repository on a server, so I don't need to think about it beyond adding thoughts.