How does TDD make refactoring easier?

前端 未结 8 920
温柔的废话
温柔的废话 2021-02-01 16:53

I\'ve heard that projects developed using TDD are easier to refactor because the practice yields a comprehensive set of unit tests, which will (hopefully) fail if any change has

8条回答
  •  时光取名叫无心
    2021-02-01 17:30

    Kent Beck's TDD book.

    Test first. Following S.O.L.I.D OOP principles and a using a good refactoring tool are indispensable, if not required.

提交回复
热议问题