Comparing to the standard implementations of Adapter Pattern by GoF – Scala have a better, shorter, and fancier way to implement it. In this post I’m going to explain and guide how to implement and use the Adapter design pattern in Scala (using implicits). Continue reading
The Adapter Design Pattern in Scala using implicits
Leave a reply