Skip to content

Instantly share code, notes, and snippets.

@frombegin
Last active December 8, 2015 20:57
Show Gist options
  • Save frombegin/86abf6c85e01d4232ba1 to your computer and use it in GitHub Desktop.
Save frombegin/86abf6c85e01d4232ba1 to your computer and use it in GitHub Desktop.

Revisions

  1. frombegin revised this gist Dec 8, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion 开发规范.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    开发规范

    * 不要使用 java8 特性,只支持 java7
    * 不要有警告,奖励避免 typo
    * 不要有警告,避免 typo
    * 排版使用 IDE 缺省配置,自动化 format 保持一致
    * 重构时要有单元测试
    * 避免重复代码
  2. frombegin revised this gist Dec 8, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion 开发规范.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    开发规范

    * 不要使用 java8 特性,只支持 java7
    * 不要有警告,奖励不要有 typo
    * 不要有警告,奖励避免 typo
    * 排版使用 IDE 缺省配置,自动化 format 保持一致
    * 重构时要有单元测试
    * 避免重复代码
  3. frombegin created this gist Dec 8, 2015.
    9 changes: 9 additions & 0 deletions 开发规范.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    开发规范

    * 不要使用 java8 特性,只支持 java7
    * 不要有警告,奖励不要有 typo
    * 排版使用 IDE 缺省配置,自动化 format 保持一致
    * 重构时要有单元测试
    * 避免重复代码
    * 注重结构,注意代码的简洁
    * 定期 codereview