We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 12,299 times

Contents

Related Categories

Test-Driven Development in .NET - Conclusion

Conclusion

Test-driven development is a powerful technique that you can use today to improve the quality of your code. It forces you to think carefully about the design of your code, and is ensures that all of your code is tested. Without adequate unit tests, refactoring existing code is next to impossible. Very few people who take the plunge into TDD later decide to stop doing it. Try and you will see that it is a Good Thing .

Comments

  • Re: [5240] Test-Driven Development in .NET

    Posted by travis.ingram on 22 Aug 2007

    Hello, would it be possible to post all of the code regarding the "Using Mock Objects - DotNetMock" article.  The page outlines the process and most of the code, but it'd be great to see ...