在我的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源码时,有没有什么我需要跟进的地方?
发布于 2013-01-07 12:46:10
还有更多你可以考虑的
https://stackoverflow.com/questions/14189909
复制相似问题