✂️ Scala

Small information nuggets and recipies about Scala

February 28, 2019 · 4 min · 807 words

💭 Scala Enumerations Summary

Comparison between different ways of doing enumerates, with scala.Enumeration, case object and Java’s Enum.

May 14, 2017 · 9 min · 1882 words