#scala
Read more stories on Hashnode
Articles with this tag
In the last part we saw how to make our code more declarative, and the tests more functional by introducing type parameters for the inner data flowing...
In the last part we learned how to purify our tests using type parameters. In this and following parts we'll see some further benefits of adding type...
Here's a fun little trick to purify your tests. When I say "purify" I mean it in the pure functional programming sense of making the tests...