
项目管理
zhangxs_3
Java软件工程师
展开
-
How to enforce Checkstyle in SVN commits : Simple Guide
How to enforce Checkstyle in SVN commits : Simple GuideThis is a simple tutorial on how to setup Checkstyle into Subversion hooker.<br /><br />CheckStyle Introduction<br /><br />Checkstyle is going to be the tool we use for enforcing out code style at repo原创 2010-10-21 16:01:00 · 1553 阅读 · 0 评论 -
Code Review与CheckStyle
Code Review与CheckStyle 本文向大家介绍Code Review的主要内容,以及流行的检查Code Conventions的工具。同时,对于目前应用最为广泛的CheckStyle的应用给出详细的介绍,同时,也列举了很多使用CheckStyle的最佳实践。 1. Code Review & Code Conventions 质量是衡量一个软件是否成功的关键要素。而对于商业软件系统,尤其是企业应用软件系统来说,除了软件运行质量、文档质量以外,代码的质量也是非常重要的。软件开发进行到编码阶段的时原创 2010-10-21 10:42:00 · 1445 阅读 · 0 评论