DEV Community

Discussion on: How do you organize your projects?

Collapse
 
ben profile image
Ben Halpern

I try to go fairly flat with my folder structure. One big folder called dev, which covers pretty much anything. Each folder therein usually maps to a git repo.

Collapse
 
cescquintero profile image
Francisco Quintero πŸ‡¨πŸ‡΄

Same approach. My folder is named ~/projects/ instead.

Collapse
 
gregruminski profile image
Greg Ruminski

Ben, I am curious about "maps to a git repo". Does the folder contain symlinks or was it a figure of speech?