There's a good chance you have already used contramap (e.g. when creating a Circe encoder), but understanding the concept can be challenging. This article explains it using a practical example. #scala
A Developer's Experience
Understanding Contramap
A contramap is defined as the converse of the map. I have never been satisfied with the definition. In this post, I will explain the concept in a w...









