Last active
December 8, 2015 20:57
-
-
Save frombegin/86abf6c85e01d4232ba1 to your computer and use it in GitHub Desktop.
Revisions
-
frombegin revised this gist
Dec 8, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ 开发规范 * 不要使用 java8 特性,只支持 java7 * 不要有警告,避免 typo * 排版使用 IDE 缺省配置,自动化 format 保持一致 * 重构时要有单元测试 * 避免重复代码 -
frombegin revised this gist
Dec 8, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ 开发规范 * 不要使用 java8 特性,只支持 java7 * 不要有警告,奖励避免 typo * 排版使用 IDE 缺省配置,自动化 format 保持一致 * 重构时要有单元测试 * 避免重复代码 -
frombegin created this gist
Dec 8, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ 开发规范 * 不要使用 java8 特性,只支持 java7 * 不要有警告,奖励不要有 typo * 排版使用 IDE 缺省配置,自动化 format 保持一致 * 重构时要有单元测试 * 避免重复代码 * 注重结构,注意代码的简洁 * 定期 codereview