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 ?

you are viewing a single comment's thread
view the rest of the comments
[–] [S] 7 points 8 months ago (1 child)

for me I consider that a web project so it goes into the typescript folder, if it's backend only then python

  • source
  • parent
  • hideshow 2 child comments
  • [–] 12 points 8 months ago* (3 children)

    Why group it into language instead of say a 'web' directory or 'android'/'mobile'?

    I'm just curious, I am more of a 'throw everything in one directory and home I remember what I'm looking for' sort of organiser.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 6 points 8 months ago (1 child)

    Honestly it's a pretty good way of compartmentalizing projects in your mind.
    You usually remember pretty well what language your wrote a project in.
    And if you want to find a project again you just have to look in that language's directory.

    Second advantage is that if there's a language you only fucked around a little for fun, it doesn't clutter the directories of your most used languages.

  • source
  • parent
  • hideshow 2 child comments