- C# and .NET Core Test Driven Development
- Ayobami Adewole
- 66字
- 2021-06-25 22:00:30
Principles of TDD
The practice of TDD helps with the design of clean code and serves as a buffer against regression in a large code base. It allows developers to determine easily whether newly implemented features have broken other features that were previously working through the instant feedback obtainable when the tests are run. The working principles of TDD are explained in the following diagram:

推薦閱讀
- Getting Started with ResearchKit
- Rust編程從入門到實(shí)戰(zhàn)
- Java編程指南:基礎(chǔ)知識、類庫應(yīng)用及案例設(shè)計
- Java FX應(yīng)用開發(fā)教程
- UML+OOPC嵌入式C語言開發(fā)精講
- 高級C/C++編譯技術(shù)(典藏版)
- JavaScript by Example
- C/C++數(shù)據(jù)結(jié)構(gòu)與算法速學(xué)速用大辭典
- Hands-On Neural Network Programming with C#
- Kubernetes進(jìn)階實(shí)戰(zhàn)
- C語言程序設(shè)計
- Spring Boot從入門到實(shí)戰(zhàn)
- Learning D3.js 5 Mapping(Second Edition)
- VMware vSphere Design Essentials
- C#網(wǎng)絡(luò)編程高級篇之網(wǎng)頁游戲輔助程序設(shè)計