Skip to content
This repository was archived by the owner on Oct 3, 2022. It is now read-only.

Development Rules

Ziqiu Zhu edited this page May 2, 2017 · 7 revisions

Git 要求

  • 请在本地的 .git/info/exclude 文件中排除你所使用的 IDE 产生的附带文件。如果你使用 Intellij IDEA,那么你的 .git/info/exclude 文件内容应该为:
*.iml
.idea/

实现要求

  • JavaScript 语言版本统一使用 ECMAScript 6

项目规范

  • 文件/文件夹名使用小写字母,以下划线分隔,如 map_generator.js
  • 使用语言推荐的缩进规范(若无则统一使用 4 作为缩进,使用空格代替 tab)

Clone this wiki locally