Testing

Testing our Scala code

published on

Why test our code?

This is a more ‘practical’ topic, and I’m sure that many would argue that learning how to use a unit testing framework is not strictly necessary for newcomers. But according to my experience, getting into the habit of writing tests regularly quickly pays off.

Read More...