I realized I always make a source folder under home and then subfolders named after programming languages to organize projects but then I realized I somehow had my own convention for how to store my source code and I have no idea where I got it from
Then I thought. what about other Linux users ?
What sorts of conventions do you have that pertains to folder structure in Linux ?


I always make a ~/.local/{bin,opt,share} if the distro lacks it. and a ~/bot that I use for my development stuff
Why
bot?The majority of my development work is on chat bots or sites so I’ve always just used bot as the name
Ahh, a
~/.local/optfolder makes so much sense. I’m currently just using a~/.optfolder, same purpose.yea it makes it so much easier since there’s only one user in the system anyway so makes no sense for everything to be installed system level