SWEs write a lot of test code including test driven design, unit tests and, as we explain in future posts, participate in the construction of small, medium and large tests. SWE会编写很多测试代码,包括测试驱动设计(TDD),单元测试,以及在未来的几篇博文中我们会具体解释的,如何参与到简单、中等甚至复杂的测试集成中去。
Test driven development, in the context of reusable frameworks, is seen as a way to design frameworks that are actually usable rather than simply speculative. 在可重用框架的场景下,通过测试驱动开发设计出的框架是真实可用的,而不是简单地推理。