Should I Use TDD?

前端 未结 15 1877
孤街浪徒
孤街浪徒 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 19:50

    The overhead of TDD reduces as you gain experience in it, and soon becomes less than the overhead of not developing using TDD.

    However the overhead to begin with can be significant, you will lose time doing things the wrong way through lack of experience. A critical project is a risky place to include the time it takes to learn a new development technique

提交回复
热议问题