- Scala Test-Driven Development
- Gaurav Sood
- 151字
- 2021-07-08 10:44:55
Preface
Test-Driven Development (TDD) goes hand-in-hand with Agile practices, which is gradually becoming the undisputed standard process or delivering quality software on time. The TDD process originated from the need to better understand and refine the requirements for a system.
Scala has gradually, despite all apprehensions, made a niche for itself as the language of choice for delivering modern versatile systems and microservices. It is slowly and steadily replacing the conventional object-oriented models with more robust and immutable functional constructs. The popularity of Scala emanates from the fact that it provides a bridge for developers to make a transition from the object-oriented to the functional world.
Scala, like all other languages, can allow developers to get so engrossed in its intricacies and magic that the real purpose of the application can easily get lost in over-engineering. Therefore, TDD is required to keep the application code tightly tied to the requirements.
- 大學計算機應用基礎實踐教程
- Flink SQL與DataStream入門、進階與實戰
- Mastering QGIS
- Mastering Julia
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Learn React with TypeScript 3
- 劍指MySQL:架構、調優與運維
- Linux:Embedded Development
- 劍指Java:核心原理與應用實踐
- HTML5秘籍(第2版)
- 計算機應用基礎案例教程
- C#程序設計(項目教學版)
- Programming Microsoft Dynamics? NAV 2015
- Instant jQuery Boilerplate for Plugins
- Web編程基礎:HTML5、CSS3、JavaScript(第2版)