testing
assertj-vavr v0.2.0 released!
We have just released the 0.2.0 version of the assertj-vavr library. With this release, you get the assertions for Vavr’s Multimap type, a bunch of new ones for Map, the next two for Either, and Read more…
Software development is my profession for 10+ years. This is the thing I really love to do.
I specialise in JVM ecosystem. I am working mainly with Java. The other ones are Groovy and Scala. And hey, there is even some place for JavaScript too 😉
I created this blog to publish my writings on ideas I am finding somehow interesting. I hope you will enjoy it!
We have just released the 0.2.0 version of the assertj-vavr library. With this release, you get the assertions for Vavr’s Multimap type, a bunch of new ones for Map, the next two for Either, and Read more…
Let's make a glimpse of why applying the Value Object approach to our code can be really beneficial.
Combining values held by two or more monadic types into a single object. While the task looks very simple, it has some quirks. Let’s see what we can do having Vavr in hand.