April 2013
Beginner to intermediate
416 pages
13h 46m
English
This chapter covers
So far, I’ve been showing you code without writing tests—so why worry about that right now? The answer is, I wrote tests around the code but didn’t mention doing so because I wanted you to focus more on the Scala language. Now that’s going to change. My goal for this chapter is to make you comfortable writing automated tests in Scala so that you can build production-quality software.
The path to writing well-crafted code[1] is the path where you write tests for your code. The common perception ...
Read now
Unlock full access