简体   繁体   中英

What are the best steps to start programming with TDD with C#?

I want to start working with TDD but I don't know really where to start. We coding with .NET (C#/ASP.NET).

I would start by reading up on TDD and why it's a good practice. As you read that, try to think about how the concepts apply to your own projects.

When I was learning TDD, it seemed simple at first, but it's such a paradigm shift that it forced me to change the way I thought about how my program would work. And I guess that's kind of the point. :)

Google测试博客上还有很多很好的信息

There's a good book called Test Driven Development in Microsoft .NET that you might check out. It is essentially the same as the classic Test Driven Development by Example , but with the Microsoft platform in mind.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM