代码规范推荐使用 《阿里巴巴 Java 开发手册》,如果你使用 IDEA
作为你的 IDE,推荐安装 Alibaba-Java-Coding-Guidelines
插件来做静态检查。
Java
项目源码中,默认使用软 4
个空格符作为缩进符。
另外,Google Java Style Guide
方案可供参考。
- alibaba/p3c ;
p3c
相关插件WIKI ;- 英文版:Alibaba-Java-Coding-Guidelines ;
Google Java Style Guide
原始英文链接:https://google.github.io/styleguide/javaguide.html ;Google Java Style Guide
中文翻译版可参考:https://github.com/JervyShi/google-java-styleguide-zh 以及 https://jervyshi.gitbooks.io/google-java-styleguide-zh/content/ ;Google Java Style Guide
相关IDE
插件资源: https://github.com/google/google-java-format 。