Is there a difference between TDD and Test First Development (or Test First Programming)?

前端 未结 8 1445
鱼传尺愫
鱼传尺愫 2021-02-01 00:41

Both ideas sound very similar to me, but there might be subtle differences or the exact same thing, explained in different ways. What is the relationship between TDD and Test Fi

8条回答
  •  醉酒成梦
    2021-02-01 01:39

    They are exactly the same thing. Both reference writing tests first, then writing the code that will pass the test

提交回复
热议问题