Can you help me collect the online material collection of Java best practices?

I work in a medium-sized development team and maintain a web application written in Java 1.4 for 8 years

For new developments, I always try to persuade people to comply with updated standards and best practices, from simple things, such as using new naming standards, such as htmlimplementation over htmlimplementation, to why it is best to code an interface rather than specific classes, which is conducive to non variability or object composition over class inheritance

I found that this is equivalent to generic link in stackoverflow, which is neither Java oriented nor complete

I always try to explain the reasons behind my point of view and always advise people to buy the latest version of "effective Java", but not every developer undoubtedly accepts my words (which is a good thing)

When this happens, they often ask me about the pointer that they can learn more about this specific good practice, and sometimes I can't find the pointer soon

Do you have any links to online materials that I can collect in the "collection" of best practice references that I can always look at such suggestions and "read further" to my teammates?

Solution

View these links:

>Best practice software engineering > software engineering best practices (briefly list some practices and tools by name)

A Book (focusing on tools worth considering):

> Java Power Tools (O’Reilly)

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>