2

在我的 java 应用程序上线之前,我决定做/重新检查以下内容

1)  Code reviews
2)  Run tools (PMD , Findbug , Checkstyle)
3)  Proper Exception Handling in place
4)  correct/meaning full  logs are in place.
5)  Unit tests.

在考虑我开发的 java 源代码时,是否有任何遗漏的项目需要跟进。

4

1 回答 1

1

还有几个你可以考虑

  1. 集成测试(尽管您已经提到了单元测试)
  2. 负载测试
  3. 可以通过在作为生产副本的盒子/服务器之一中部署来对应用程序进行功能测试。
于 2013-01-07T04:46:10.100 回答