Should I Use TDD?

前端 未结 15 1851
孤街浪徒
孤街浪徒 2020-12-12 19:34

I\'m the only developer in my (very small) company and I\'m about to start on a medium sized ASP.NET web application for said company.

I\'m trying to figure out if

15条回答
  •  一整个雨季
    2020-12-12 20:11

    I'm still a new developer and stepped into a company where the application development was already ongoing. TDD helps me ensure that new changes don't break what has been done already and as I work along it helps from having to do massive amoounts of bug hunting when I add or modify code.

    I have loved everything I have learned from it and strongly recommend taking the time to learn TDD.

    -my .02

提交回复
热议问题