博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
TDD
阅读量:5070 次
发布时间:2019-06-12

本文共 283 字,大约阅读时间需要 1 分钟。

1. write a test

2. run your test and see how it fails.

3. write code that will satify the test

4. run your test again and see your new test pass.

5. refactor your code

6. run your test again to confirm the test didn't break

7. repeat

转载于:https://www.cnblogs.com/yc5518/p/9850448.html

你可能感兴趣的文章
mysql记录的增删改和单表查询
查看>>
linux系统下 git 使用教程
查看>>
js基础学习之-js包装对象
查看>>
ZOJ 3080 ChiBi(spfa)
查看>>
JavaScript JSON
查看>>
大数据迁移实践之路
查看>>
springmvc基础知识:配置;ajax;重定向;文件上传
查看>>
Visual Studio for Mac 安装
查看>>
python操作redis
查看>>
如何编写更棒的代码
查看>>
很垃圾的快排加
查看>>
mysql添加外键
查看>>
递推算法
查看>>
隔離された街のゲート [MISSION LEVEL: B]
查看>>
BZOJ 1029: [JSOI2007]建筑抢修 优先队列
查看>>
2015北京网络赛 A题 The Cats' Feeding Spots 暴力
查看>>
Educational Codeforces Round 8 F. Bear and Fair Set 最大流
查看>>
CDOJ 1281 暴兵的卿学姐 构造题
查看>>
Struts2学习笔记(十四) 输入校验(下)
查看>>
静态方法和实例方法的区别
查看>>