- Test-Driven Java Development
- Viktor Farcic Alex Garcia
- 146字
- 2021-07-16 20:31:26
No debugging
We (authors of this book) almost never debug applications we're working on!
This statement might sound pompous, but it's true. We almost never debug because there is rarely a reason to debug an application. When tests are written before the code and the code coverage is high, we can have high confidence that the application works as expected. This does not mean that applications written using TDD do not have bugs—they do. All applications do. However, when that happens, it is easy to isolate them by simply looking for the code that is not covered with tests.
Tests themselves might not include some cases. In that situation, the action is to write additional tests.
推薦閱讀
- Python 3.7網絡爬蟲快速入門
- Microsoft Dynamics 365 Extensions Cookbook
- Java編程指南:基礎知識、類庫應用及案例設計
- Java Web程序設計
- JavaScript+Vue+React全程實例
- 手把手教你學C語言
- Solr Cookbook(Third Edition)
- Java語言程序設計教程
- 移動增值應用開發技術導論
- Oracle SOA Suite 12c Administrator's Guide
- Apache Kafka 1.0 Cookbook
- GO語言編程從入門到實踐
- Spring MVC Cookbook
- Visual C++實用教程
- 交互設計語言:與萬物對話的藝術(全兩冊)