Sqlite的作者曾经做过一个演讲,题目为“A Lesson In Low-Defect Software
- or -
A Journey From A Quick Hack
To A High-Reliability Database Eng
and how you can use the same techniques to reduce
the number of bugs in your own software projects”
里面提到,一个号的软件,需要4个步骤,依此为:
● Use your whole brain(使用你的全力)
● Full coverage testing(完整覆盖测试)
● Good configuration management(好的配置管理)
● Don't just fix bugs – fix your process(fix bug更要fix流程)
这些,可谓软件开发的箴言,如果你参加过一个20人/年的项目,并且进度很紧,你会发现上面4条的价值
该文档的原文:
阅读(1541) | 评论(0) | 转发(0) |