Why should I practice Test Driven Development and how should I start?

前端 未结 4 1444
余生分开走
余生分开走 2020-11-28 20:56

Lots of people talk about writing tests for their code before they start writing their code. This practice is generally known as Test Driven Development or TDD for short. Wh

4条回答
  •  遥遥无期
    2020-11-28 21:42

    The benefits part has recently been covered, as for where to start....on a small enterprisey system where there aren't too many unknowns so the risks are low. If you don't already know a testing framework (like NUnit), start by learning that. Otherwise start by writing your first test :)

提交回复
热议问题