DEV Community

Discussion on: How do you organize source code on your computer?

Collapse
 
dance2die profile image
Sung M. Kim • Edited

Below is how my sources are organized (for personal codes)

  1. public sources - GitHub
  2. private source - GitLab
  3. Playground - throwaway

sources
(Please ignore the poo.💩 file.)


GitHub has another top level directories, "Docker", "Aspnet", etc by technology.

I don't differentiate much by languages though.
I've been using above set up last 3 years and been working great.

throwaway is where all my one-offs or test/useless code are located.

I have a different structure for work as I have to follow the conventions at work.

Collapse
 
cjbrooks12 profile image
Casey Brooks • Edited

I had no idea you could use emojis in filenames.

var mind = "blown";

Collapse
 
dance2die profile image
Sung M. Kim

You can also search by emojis 😎.
search by emoji

Thread Thread
 
guneyozsan profile image
Guney Ozsan

This looks pretty crazy. Just learnt as well.

Thread Thread
 
rogues_gallery profile image
🃏

oh man this emoji discovery is pretty friggin awesome, such wow

Collapse
 
eljayadobe profile image
Eljay-Adobe

Apparently POO is an OOP language.