How do you organise your files in your computer?
Rafi

Rafi @rafi993

About: I'm a developer who works mostly with Javascript.

Joined:
Feb 19, 2018

How do you organise your files in your computer?

Publish Date: May 28 '20
6 4

Is there any pattern that you follow or do you just dump everything in the desktop?

cluttered desktop

Comments 4 total

  • Rafi
    RafiMay 28, 2020
    1. I do follow snake_case for naming my files and folders
    2. All files should go into corresponding folders by their categories. So all the books will go into the books folder and so on
    3. When I have things in the folder that I don't use now I archive it inside that folder so that it is not cluttered (If I have some pdfs that I don't need now it gets archived)
    4. And temporary folder for things for things that will get deleted later (at the end of the day)
    5. No deeply nested folder structure beyond 3 levels since it will become harder to search for things (except for node_modules and other software stuff)
  • Rafi
    RafiMay 28, 2020

    I recently found about this sub-reditt reddit.com/r/datacurator/

  • Dmitry Maksyoma
    Dmitry MaksyomaMay 28, 2020

    I'm switching to PARA method. Barely started to change the structure, but I'm really looking forward to it, cause my current system is horrible. i've been using PARA for my personal knowledge system.

    • Rafi
      RafiMay 28, 2020

      Never head of PARA method before. It seems nice.

Add comment