Ask HN: How do you organise your codebase on your private machine?
3 comments
Yea I do something similar. I like the {$ClientName, Internal} though. I had issues with that before.
What issues did you have?
FYI the {} is shell expansion braces (which split on the comma), I've edited my comment with a literal tree of how it looks
Edit dos: and I see that you probably knew that!
FYI the {} is shell expansion braces (which split on the comma), I've edited my comment with a literal tree of how it looks
Edit dos: and I see that you probably knew that!
My bad, I didn't mean I had issues with the expansion or the idea, but it solves the organization issues I had.
What do you mean? I have a code folder with hack and work subfolders.
On my two computers I have ~/Code/$Project and ~/Code/{$username, $company, tmp, github}/$Project
Edit: for anyone who doesn't quite read shell expansion, it looks like this: