Google 檔案命名慣例
keywords: google developer
, file system
, convention
, style guide
Filenames and file types @ Google Developer > Documentation Style Guide
檔名與資料夾名稱(file and directory name)
檔名和資料夾名稱都以小寫命名,有需要的話則使用 hyphens 連接,例如 avoiding-cliches.js
。
檔案類型與副檔名(extension)
使用正式的檔案名稱,通常是全大寫命名(但不一定),不要使用副檔名來指稱檔案類型。例如,使用 JSON file
不要使用 .json
來表示。