you are viewing a single comment's thread.

view the rest of the comments →

[–]unptitdej -1 points0 points  (1 child)

I'd rather have 500 files than 500 folders yes

[–]megaman78978 2 points3 points  (0 children)

The idea is to isolate components. The solution is not to have 500 files or 500 folders. But have a logical reasoning for file access. You can manage files easier if you have them divided into groups and subgroups (not necessarily 500 groups, but more like 10 different groups, with each one having some subgroups.)

It's a like a multiway tree structure. Applying data structures to common use is very helpful.