Java Coding standards [closed]
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.
精彩评论