Second Brain

Jowanza Joseph's blog: Overview of Scala case classes and case objects

Posted at — May 14, 2020

A friendly review of Scala case classes/case objects on Jowanza’s blog (also a great read in general). Goes over a lot of the default case class functionality with examples, and how to build more complex representations from simple ones.

Link to the post