你能帮我收集一下Java Best Practices在线资料集吗? [英] Can you help me gather a Java Best Practices online material collection?

查看:94
本文介绍了你能帮我收集一下Java Best Practices在线资料集吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在一个中等规模的开发团队工作,该团队维护一个用Java 1.4编写的8年以上的Web应用程序。

I work on a medium sized development team that maintains a 8+ years old web application written in Java 1.4.

对于新开发,我总是试图说服人们遵循更新的标准和最佳实践,这些简单的事情,比如使用新的命名标准,如HtmlImplementation,而不是HTMLImplementation,以及为什么最好是针对接口进行编码而不是针对具体类进行编码,有利于不变性或对象组合的过度继承。

For new development I always try to convince people to adhere to newer standards and best practices, That goes from simple things like using new naming standards like HtmlImplementation over HTMLImplementation, to things like why it's better to code against an interface versus coding against concrete classes, favor immutability or object composition a over class inheritance.

我在Stackoverflow中找到了相当的通用链接,这不是面向Java也不完整。

I have found this rather generic link in Stackoverflow, which is not Java-oriented nor complete.

我总是试图解释我的论点背后的基本原理,并且总是建议人们购买最新版本的Effective Java,但并不是每个开发人员都会毫不犹豫地接受我的话(这是一件好事)。

I always try to explain the rationale behind my arguments, and always suggest people buy the latest edition of Effective Java, but it's not every developer that takes my word without questioning (which is a good thing).

当发生这种情况时,他们经常会问我指点,他们可以进一步阅读有关该特定良好做法的内容,有时我无法快速找到关于此的指示。

When that happens, they often ask me for pointers where they could read further about that specific good practice and sometimes I fail to quickly find pointers about that.

您是否有任何关于我可以在最佳实践参考的集合中收集的在线资料的链接,以某种方式我可以随时查看并向我建议进一步阅读队友?

Do you have any links to online material I could gather in a "collection" of Best Practices reference, in a way I can always look that up and suggest the "further reading" to my teammates?

推荐答案

查看以下链接:

  • Best Practice Software Engineering (more in depth)
  • Software Engineeting Best Practices (lists briefly out some practices and tools by name)

一本书(主要集中在值得考虑的工具上) ):

One book (that concentrates mostly on tools worth considering):

  • Java Power Tools (O'Reilly)

这篇关于你能帮我收集一下Java Best Practices在线资料集吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆