Background:
I would like to minimize the of levels in my folder hierarchy while maximizing the logic of its organization
Question:
Are there any best practices for organizing my working folders
Example:
For example, now I separate my folders in a way that seems sub-optimal:
~/research/
~/research/project1
~/research/project1/data/
~/writing
~/writing/project1
~/writing/project1/figures/
~/personal
Perhaps it would be better to have one folder per project in my home directory:
~/project1/writing
~/project1/data
~/project2
...
Or perhaps there is a better way?