file_naming_conventions
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| file_naming_conventions [2026-03-10 07:11 pm] – hcho | file_naming_conventions [2026-03-10 07:23 pm] (current) – hcho | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| * Use descriptive names. | * Use descriptive names. | ||
| - | * Avoid spaces in filenames | + | * Use only lowercase letters (a-z), digits (0-9), hyphens (-), and underscores (_). |
| - | * Use lowercase letters. | + | * Avoid spaces and other special characters. |
| * Use **hyphens (-)** by default. | * Use **hyphens (-)** by default. | ||
| * Use **underscores (_)** only for software source code files. | * Use **underscores (_)** only for software source code files. | ||
file_naming_conventions.txt · Last modified: by hcho
