- Scala Test-Driven Development
- Gaurav Sood
- 101字
- 2021-07-08 10:44:56
Chapter 1. Hello, TDD!
Let's begin this chapter with a brief introduction to Test-Driven Development (or TDD, as it's colloquially known), covering some of its basic concepts. The main goal of this chapter is to give you an appreciation of TDD practices and for you to ascertain what technological niche it fulfills.
This chapter will explore:
- What is TDD?
- What is the need for TDD?
- Changing approach to problem solving
- Iteratively writing failing tests and fixing them
- Significance of baby steps
- Scala
- Brief introduction to Scala and SBT
- Setting up the build environment
- TDD with Scala
- "Hello World" application
推薦閱讀
- Fundamentals of Linux
- Learning Informatica PowerCenter 10.x(Second Edition)
- Mastering JBoss Enterprise Application Platform 7
- 基于Struts、Hibernate、Spring架構的Web應用開發
- INSTANT Yii 1.1 Application Development Starter
- 匯編語言編程基礎:基于LoongArch
- Node.js 12實戰
- 區塊鏈國產化實踐指南:基于Fabric 2.0
- 實戰Python網絡爬蟲
- Python物理建模初學者指南(第2版)
- Java EE實用教程
- HTML5 WebSocket權威指南
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發技術
- Neo4j Graph Data Modeling
- SFML Essentials