Tagged in

Testing

Pragmatic Scala
Pragmatic Scala
Scala and functional programming for mortals.
More information
Followers
171
More, on Medium

Functional Programming, Simpler Unit Testing Part 2

In Functional Programming, Simpler Unit Testing Part 1 I illustrated how we can use higher order functions and function composition in order to deal with methods that produce side effects and how we can test our code more efficiently by…