Skip Navigation

Scala 3 Enums

alexn.org Scala 3 Enums

In Scala, how do we model enumerations of values? What are the possible issues? How does Scala compare with Java? What are the changes in Scala 3?

Scala 3 Enums

šŸ‘‹ I'm new here, so might as well spam this nascent community with my last useful article šŸ™‚

3

You're viewing a single thread.

3 comments
  • I've been using Scala 3 on a personal project and it's nice that Enum's are finally worth using

    The old implementation felt like a trap with it's downsides