在我的 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 源代码时,是否有任何遗漏的项目需要跟进。
在我的 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 源代码时,是否有任何遗漏的项目需要跟进。