TDD
Posted yc5518
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TDD相关的知识,希望对你有一定的参考价值。
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
以上是关于TDD的主要内容,如果未能解决你的问题,请参考以下文章