http://www.bitscn.com/java/advanceprogram/200803/131922.html 本文讨论了如何以递进的方式使用Apache Ant来改善我们的代码质量。并按着三步走的原则给出了具体的实现步骤。 bitscn.com
一、充分利用单元测试、代码覆盖 bitscn.com
单元测试、代码覆盖是最容易被接受和实现的方式。事实上,大多数开发人员都知道单元测试对他们很重要。在我们开始讨论这些东西之前,先看一下
Google研究院主管Peter
Norvig的一段话:“如果你认为你们不需要对自己的代码进行单元测试,那么就写 ...
- 17:22
- 浏览 (140)
- 评论 (0)
- 分类: Code_Review
http://www.bitscn.com/java/advanceprogram/200605/20754.html 摘要 设计规范只表示纯粹的想法;但项目的成功来说,实现这些规范是必须的。传统的实现方式是代码评审。
Hammurapi是一个遵循设计的工具,提供了自动而且一致的方式来实现设计规范,因此使代码评审更加有效而轻松。在这篇文章中,作者介绍了
Hammurapi的使用,并与其他类似工具进行比较,最后还给出演示如何使用的例子。 作为一个J2EE架构师,我需要分发详细
设计给项目团队。通过UML模型,我也会分发那些捕获最佳实践的设计规范。例如,在Struts ...
- 17:20
- 浏览 (166)
- 评论 (0)
- 分类: Code_Review
How to use code review processes and tools
Hi Guys,
I'd like to get your opinion on code review processes and tools. I assume some of you are working in big globally dispersed teams developing products that share configurable components.
I see it as error prone if developers of one product wo ...
- 22:33
- 浏览 (124)
- 评论 (0)
- 分类: Code_Review
http://www.deaded.com/staticpages/index.php/codereviewprocess Simple Code Review Process
1. Overview
A code/peer review is where developers go over the code in a system to:
make sure that the code is written to standard and satisfies the specifications, requirements or design documentssugges ...
- 00:15
- 浏览 (112)
- 评论 (0)
- 分类: Code_Review
https://common.helixcommunity.org/2005/patch/index.html https://common.helixcommunity.org/2005/patch/index.html Helix Community Patch Submission and Code Review Process
The Helix community is keenly interested in reviewing changes you
believe should be made to the Helix DNA code base -- tho ...
- 00:12
- 浏览 (111)
- 评论 (0)
- 分类: Code_Review
一个结对/代码检查过程的学习案例 作者 Greg Young译者 张海龙 发布于 2007年8月8日 上午2时16分 社区 Architecture 主题 调试, 质量交付, 代码分析 维多利亚大学软件工程组的Peter C. Rigby 和Daniel M. German在Margaret-Anne Storey的指导下发布了一个Apache结对检查的学习案例,同时也将此文提交到了FSE2007。这篇文章是Peter和Daniel发布于2006年的、对Linux、GCC、Mozilla和Apache的代码检查过程进行分析的“开源项目代码检查过程的一个初步检测 ”一文的 ...
- 23:44
- 浏览 (213)
- 评论 (0)
- 分类: Code_Review
http://www.infoq.com/news/2008/02/reviewboardReview Board - Online Code Review ToolPosted by Gavin Terrill on Feb 12, 2008 10:07 PM Community Architecture Topics Collaboration, Artifacts & Tools, Teamwork Code reviews improve quality, and serve as an excellent means for knowledge sharing ...
- 16:29
- 浏览 (133)
- 评论 (0)
- 分类: Code_Review
http://www.parasoft.com/jsp/aep/aep_practices.jsp?practice=CodeReview
Source Code Review Process
Source Code Review Process
A source code review is the process where the developers and the architect meet and discuss code. The purpose of source code reviews is to exchange ideas about how ...
- 16:28
- 浏览 (75)
- 评论 (0)
- 分类: Code_Review
http://www.owasp.org/index.php/Category:OWASP_Code_Review_Project Code Review Guide (RC1) Completed The code review guide has been completed and is available here: http://www.lulu.com/content/1415989 Either as a free PDF or a bound book. Code review toolThe following link is for the new version ...
- 15:27
- 浏览 (71)
- 评论 (0)
- 分类: Code_Review
Effective Code Reviews Without the PainBy Robert BogueCode reviews in most organizations are a painful experience for everyone involved. The developer often feels like it's a bashing session designed to beat out their will. The development leads are often confused as to what is important to point ou ...
- 15:15
- 浏览 (62)
- 评论 (0)
- 分类: Code_Review
How To: Perform a Security Code Review for Managed Code (Baseline Activity)http://msdn2.microsoft.com/en-us/library/ms998364.aspx patterns & practices Developer Center J.D. Meier, Alex Mackman, Blaine Wastell, Prashant Bansode, Jason Taylor, Rudolph AraujoMicrosoft CorporationOctober 2005Ap ...
- 15:12
- 浏览 (86)
- 评论 (0)
- 分类: Code_Review
http://blog.csai.cn/group.asp?gid=47&pid=1374
1. Code Review & Code Conventions
质量是衡量一个软件是否成功的关键要素。而对于商业软件系统,尤其是企业应用软件系统来说,除了软件运行质量、文档质量以外,代码的质量也是非常重要的。软件开发进行到编码阶段的时候,最大的风险就在于如何保证代码的易读性和一致性,从而使得软件的维护的代价不会很高。
在软件开发的过程中,以下几种情形随处可见:
1. 软件维护时间长,而且维护人员的积极性不高:
做过软件维护的开发人员,尤其是在接手不是自己开发产品的源码的时候, ...
- 15:04
- 浏览 (98)
- 评论 (0)
- 分类: Code_Review
http://www.mozilla.org/hacking/code-review-faq.html Frequently Asked Questions about mozilla.org's Code Review ProcessTable of ContentsWhat's the purpose of code review? Who must review my code? What do reviewers look for? What is super-review? Does a super-reviewer need domain expertise? Why does t ...
- 15:01
- 浏览 (65)
- 评论 (0)
- 分类: Code_Review
最近加入圈子
链接
最新评论
-
分析java.lang.OutOfMemor ...
引用SUN JDK+Tomcat 5.5.20运行服务的时候遇到问题,服务器跑几 ...
-- by ynstudio -
Automated unit Bestpract ...
http://www.robincurry.org/blog/CodeMetri ...
-- by alanwu -
Automated unit Bestpract ...
http://depositfiles.com/en/files/1074589 ...
-- by alanwu -
Automated unit Bestpract ...
Rational Edge: 书评:IBM Rational ClearCase ...
-- by alanwu -
Automated unit Bestpract ...
http://english.zhuaxia.com/pre_channel/9 ...
-- by alanwu







评论排行榜