Should I Use TDD?

前端 未结 15 1863
孤街浪徒
孤街浪徒 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:12

    TDD is a great practice and I cant talk highly enough of it.

    However, if I was in your position I would not worry so much about TDD for now and instead concentrate on having some good unit tests around your code.

    You can always start using TDD a bit later on in your project, when the tricky business logic comes around.

    I wouldn't want you to have a bad experience of TDD, which could happen if you are under delivery pressures and have no experience in using the practice.

    It could be an idea to try out a few TDD Katas at home to become familiar with it, before using it at work.

    Some good Katas can be found here

提交回复
热议问题