Live data from Hacker News

Ask HN: Best File Naming Convention?

news.ycombinator.com

1–4 of 4 posts

Ask HN: Best File Naming Convention?

#1
I have recently taken upon the task of organizing my digital life (multiple laptops, Dropbox, external drives) to minimize some digital waste as well as making my digital storage a little more manageable. How do you name your files/directories to effectively manage them?

https://www2.staffingindustry.com/site/Editorial/Archived-Blog-Posts/Adam-Pode-s-Blog/Probably-the-best-file-naming-convention-ever? I found this page during some quick googling, but I would like to see what HN has to say about it.

Re: Ask HN: Best File Naming Convention?

#3
- I use 8.3 NAMES for my top level stuff. I keep the top level names short.

- The subsequent folders are CamelCased.

- The files are either NAME.TXT (8.3 file) or NameLongerThanExpected-Part1.txt (regular file)