开发者

Java Coding standards [closed]

开发者 https://www.devze.com 2023-02-16 03:07 出处:网络
开发者_运维问答As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so
开发者_运维问答 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

What coding standards in java should a programmer definitely follow for a more readable code?


Read the Code Conventions for the Java programming language by Oracle


Roger C. Martin: Clean code - a handbook of agile software development


Start with Checkstyle and PMD.


There are a lot of factors which go into defining the term "a good coding standard" but the official document should offer you some insight.

0

精彩评论

暂无评论...
验证码 换一张
取 消