The reason for doing it by location is probably because my directory structure for projects look something like this:
/home/user/projects/organization/project
so github.com/victorb/neat-project would go into /home/user/projects/victor/neat-project
So my solution is tailored to that structure I suppose :)
At home (I mean a personal box I for personal project and some other public contributions), my directory structure is like:
~/sources/forge/organisation/project
~/sources/github.com/victorb/neat-project
The reason for doing it by location is probably because my directory structure for projects look something like this:
/home/user/projects/organization/project
so github.com/victorb/neat-project would go into /home/user/projects/victor/neat-project
So my solution is tailored to that structure I suppose :)