vinnymac@lemmy.worldtoLinux@lemmy.ml•What is your directory structure like for programming?
17·
19 days agoSimilar question was recently asked here
Generally what I’ve seen work well in my career and is consistent across thousands of devs I’ve worked with:
~/[whateverFolderNameYouWillRemember]/[organization]/[project]
I recommend when it comes to finding things to just use a fuzzy finder, such as fzf.
I use Arch for personal and gaming, Debian for self hosting and hacking, Alpine for containerized cloud deployments.