Can unit testing be successfully added into an existing production project? If so, how and is it worth it?

前端 未结 23 2457
遇见更好的自我
遇见更好的自我 2020-12-12 09:01

I\'m strongly considering adding unit testing to an existing project that is in production. It was started 18 months ago before I could really see any benefit of TDD

23条回答
  •  轮回少年
    2020-12-12 09:35

    Yes. No. Adding tests.

    Going towards a more TDD approach will actually better inform your efforts to add new functionality and make regression testing much easier. Check it out!

提交回复
热议问题