Essential Scala Version 1.3 Exercises
This repo holds the exercises while walking through the Essential Scala book to learn Scala programming:
- Solutions for exercises from Chapter 1-7 with unit tests.
- Unit tests for almost all exercises with Scalatest
sbt
build system used to build & test the exercises.
Exercises are formatted with scalafmt
While the solutions are provided with the book, this repo could prove useful as guide on the missing parts:
- How to write tests for exercises with Scalatest to make sure that they work.
- How to setup
sbt
to build and test your exercises.