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

前端 未结 8 1435
鱼传尺愫
鱼传尺愫 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:38

    TDD = TFD + Refactoring.

    When you do TFD , you apply some refactoring to make code more generic and robust.

提交回复
热议问题