- Scala Test-Driven Development
- Gaurav Sood
- 115字
- 2021-07-08 10:44:58
Summary
TDD is a development methodology where application code is driven by tests. In TDD, a failing test is written first and then is followed by application code to fix the test. There is no doubt that TDD works really well in practice, and it complements the Agile development process. This is evident from many success stories and a lot of research done throughout the industry. This chapter had intended to get rid of any reservations the reader may have had about the use of TDD and to give a quick win example. In the next chapter, we will start on a broader problem and will see how the solution can be reached using TDD.
推薦閱讀
- TypeScript Essentials
- Android和PHP開發(fā)最佳實(shí)踐(第2版)
- Java完全自學(xué)教程
- Java高手真經(jīng)(高級編程卷):Java Web高級開發(fā)技術(shù)
- Network Automation Cookbook
- 深入理解Java7:核心技術(shù)與最佳實(shí)踐
- Reactive Programming With Java 9
- 深度強(qiáng)化學(xué)習(xí)算法與實(shí)踐:基于PyTorch的實(shí)現(xiàn)
- 大學(xué)計(jì)算機(jī)基礎(chǔ)(第2版)(微課版)
- Odoo 10 Implementation Cookbook
- 零基礎(chǔ)學(xué)C語言第2版
- HTML+CSS+JavaScript網(wǎng)頁制作:從入門到精通(第4版)
- After Effects CC案例設(shè)計(jì)與經(jīng)典插件(視頻教學(xué)版)
- HTML5與CSS3權(quán)威指南
- 算法超簡單:趣味游戲帶你輕松入門與實(shí)踐