金庆的专栏

  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  423 随笔 :: 0 文章 :: 454 评论 :: 0 Trackbacks

发现错误是好事

(转载请注明来源于金庆的专栏)

It's better to catch a bug at design time than at coding/compile time.
It's better to catch a bug at coding/compile time than during unit testing.
It's better to catch a bug during unit testing than during debug system testing.
It's better to catch a bug during debug system than in prerelease/beta system testing.
It's better to catch a bug during prerelease/beta system testing than have your customer catch one.
It's better to have your customer catch a bug than to have no customers.

--Matthew Wilson, Imperfect C++

在设计时发现错误总比在编码编译时发现好。
在编码编译时发现错误总比在单元测试中发现好。
在单元测试中发现错误总比在调试中发现好。
在调试中发现错误总比在系统测试中发现好。
在系统测试中发现错误总比让用户发现好。
让用户发现错误总比没有用户好。

posted on 2008-05-08 15:38 金庆 阅读(325) 评论(0)  编辑 收藏 引用 所属分类: 1. C/C++5. 软工与管理

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理