TDD的意思
「TDD」經常作為「Test Driven Design」的縮寫來使用,中文意思:「測試驅動設計」。
TDD(測試驅動設計)詳細解釋
- 英文縮寫詞:TDD
- 英文單詞:Test Driven Design
- 中文簡要解釋:測試驅動設計
- 流行度:1585
- 分類:Computing
- 領域:Hardware
英文縮寫TDD的擴展資料
- 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.在可重用框架的場景下,通過測試驅動開發設計出的框架是真實可用的,而不是簡單地推理。