摘要:Describe everything the routine does 描述子程序所作的所有事情describe all the outputs and side effects. If a routine computes report totals and opens an output file, ComputeReportTotals() is not an adequate name for the routine. ComputeReportTotalsAndOpen-OutputFile() is an adequate name but is too long and si.
阅读全文
摘要:单元测试求助编辑百科名片 单元测试单元测试是在软件开发过程中要进行的最低级别的测试活动,在单元测试活动中,软件的独立单元将在与程序的其他部分相隔离的情况下进行测试。 单元测试不仅仅是作为无错编码一种辅助手段在一次性的开发过程中使用,单元测试必须是可重复的,无论是在软件修改,或是移植到新的运行环境的过程中。因此,所有的测试都必须在整个软件系统的生命周期中进行维护。目录简介单元测试详解为什么要使用单元测试一些流行的误解成本效率不高相关图表结论单元测试的优点优点一优点二优点三优点四单元测试的范畴不写测试的借口测试代码编写产品类产品函数解释测试用例产品函数测试用例设计单元测试工具C/C++Java简介
阅读全文
摘要:清华精品课程:http://itcs.tsinghua.edu.cn/zh/list-127-1.html嵌入式学习基地:http://learn.akae.cn/media/index.html源码 http://www.hackchina.com 嵌入式linux http://www.busybox.net/html5 很好的应用 http://www.iteye.com/news/22225QT : http://doc.qt.nokia.com/latest/index.html
阅读全文