1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Create Java编程规范.md

This commit is contained in:
SnailClimb 2019-03-26 15:05:34 +08:00
parent 8e1d69abac
commit 0f63156704

View File

@ -0,0 +1,6 @@
根据各位建议加上了这部分内容,我暂时只是给出了两个资源,后续可能会对重要的点进行总结,然后更新在这里,如果你总结过这类东西,欢迎与我联系!
- **阿里巴巴Java开发手册详尽版** <https://github.com/alibaba/p3c/blob/master/阿里巴巴Java开发手册详尽版.pdf>
- **Google Java编程风格指南** <http://www.hawstein.com/posts/google-java-style.html>