- 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:

推薦閱讀
- Spring Cloud Alibaba核心技術與實戰案例
- Python程序設計教程(第2版)
- 算法訓練營:入門篇(全彩版)
- Java應用開發與實踐
- 看透JavaScript:原理、方法與實踐
- AngularJS深度剖析與最佳實踐
- Learn WebAssembly
- Building Microservices with .NET Core
- Python數據可視化之美:專業圖表繪制指南(全彩)
- Java7程序設計入門經典
- Instant Apache Camel Messaging System
- JavaScript編程精解(原書第2版)
- Continuous Delivery and DevOps:A Quickstart Guide Second Edition
- Neo4j 3.x入門經典
- Parallel Programming with Python