Week 02 · lesson

Folders, Names, and Search That Still Work Next Month

A naming system only matters after the assignment leaves your short-term memory.

FINAL.docx feels clear on the day you create it. Three weeks later, FINAL, FINAL2, new FINAL, and FINAL-FINAL-USE-THIS are evidence that the naming strategy failed.

Names carry metadata

A useful file name can answer some of these questions without opening the file:

  • What course or project is this for?
  • What kind of artifact is it?
  • Which version or date matters?
  • Who owns the work, if ownership needs to be visible?

For this course, a pattern might look like:

W04-Technology-Brief-JC
W05-Device-Data-Report-JC
W08-Capstone-Project-Plan-JC

Do not copy that pattern blindly. A good convention fits the environment and avoids sensitive data in filenames.

Folder depth has a cost

One giant folder makes scanning hard. Fifteen nested folders make navigation hard. The design question is not “more folders or fewer folders?” It is what distinction helps retrieval?

Compare:

Digital Literacy / Week 5 / Sheets / Data / Final / Submit / Report

with:

Digital Literacy / Assignments / W05-Device-Data-Report

The shorter path is not automatically better, but every layer should earn its place.

Search is part of organization

Folders and search are not enemies. Good metadata gives search something useful to match. Test a naming system by searching a meaningful fragment rather than scrolling until you recognize the icon.

Repair this fictional folder

My Drive
├── stuff
├── Untitled document
├── Screenshot 172.png
├── FINAL
├── school thing
├── presentation FINAL FINAL
└── Copy of Copy of data

Design a replacement structure. For each renamed item, state what information you would need before changing the name. Do not invent content from the filename alone.

Failure mode: organization that exposes information

A filename is visible metadata. Do not solve organization by putting unnecessary private information in names, such as a student ID, medical condition, password hint, or private phone number.

File Organization Standard

Write a short standard for your Digital Literacy workspace containing:

  • folder rule;
  • filename pattern;
  • date/version rule if needed;
  • one rule for screenshots/downloads;
  • one privacy rule;
  • one retrieval test.

Then rename two course-safe files to match it and verify you can find one through search.

The evidence is not that the files look tidy. The evidence is that your convention makes retrieval more predictable without leaking information.