开发者_运维问答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.
精彩评论