Supports TDD by providing a powerful data binding validation framework for WPF.
通过为WPF提供强大的数据绑定验证框架支持TDD。
TDD is an iterative process and requires you to run the test cases after small incremental changes to the code during code development.
TDD是一种迭代流程,需要您在代码开发中对代码做出细微增量式更改之后运行测试用例。
This is the second part of a two-part article investigating how use of TDD allows better design to emerge from the process of writing tests before you write code.
本文是分两部分的文章的第二部分,讨论如何使用TDD在编写代码之前编写测试,并通过这个过程形成更好的设计。
TDD is a style of writing software that USES tests to help you understand the last step of the requirements phase.
TDD是一种编写软件的模式,它使用测试帮助您了解需求阶段的最后步骤。
Now you can proceed to Step 2 of the TDD style of the software development work flow, which is to run the test case to failure.
现在,您可以继续进行TDD风格的软件开发工作流的第2步,也就是运行测试用例直至发生故障。
TDD can inform some of your architectural decisions, but you cannot begin a project without an architectural vision.
TDD可以告诉你某些架构决定,但是你无法在没有架构设计的情况下启动项目。
If, on the other hand, you have TDD experience, please share some of your answers to these questions.
换个角度来说,如果你已经有了充分的TDD经验,请与大家分享一下你对这些问题的答复。
The most important lesson you should have learned so far is that TDD is simple.
迄今为止,你应该明白一条最重要的道理就是TDD很简单。
The normal TDD approach at this point is to stop testing and start fixing until the test passes.
这时,标準的TDD方法是停止测试并且开始进行修改直到测试通过。
The short 「code, test, code, test」 cycle of TDD invites refactoring in these cases, which continually drives the development of uncomplex code.
在这些情况下,TDD的简短的 「代码、测试、代码、测试」循环将导致重构,而这将继续驱使非复杂代码的开发。
I use EDD and TDD together, can「t imagine using one without the other.
我把EDD和TDD放在一起用,而且无法想象只用一个是什么状况。
TDD increases your production because it serves as a thinking-aid.
测试驱动开发可以提高生产效率,因为它有助于思考。
That」s the role TDD plays in controlling code quality, and enabling us to experiment with new ideas and make rapid changes to the product.
TDD在控制代码质量上就扮演这样的角色,并允许我们试验新想法,快速做出产品变更。
TDD encourages developers to write a failing test when writing the first test for some new functionality.
在为一些新功能编写第一个测试时,TDD鼓励开发人员编写失败的测试。
TDD recommends beginning testing early and continuously testing, such as with each system build.
TDD建议及早开始测试并持续测试,例如测试每个系统版本。
At the end, you said the hallmark of the professional is to have good unit tests, and TDD is one way of achieving that.
最后,你又提到专业化的标志就是拥有良好的单元测试,而TDD则是达成这一目标的一种方法而已。
The only way to really understand TDD is to do it, so let「s start with a very simple example that doesn」t require any special tools.
要真正理解TDD,唯一的办法就是实践。让我们从一个简单的例子开始,这个例子并不要求任何特殊的工具。