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.

开发规范

  • 不要使用 java8 特性,只支持 java7
  • 不要有警告,避免 typo
  • 排版使用 IDE 缺省配置,自动化 format 保持一致
  • 重构时要有单元测试
  • 避免重复代码
  • 注重结构,注意代码的简洁
  • 定期 codereview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment