Naming¶
Use names that describe purpose, not just implementation details.
Good naming helps with:
- finding scripts on the SD card
- understanding module responsibilities
- keeping related files grouped naturally
Prefer short, readable file names and consistent naming across script entry points, helpers, and assets.