Scala Enumerations – Return of the (Java) Jedi

Second part of Scala enumerations, after some discussions. Looking at enumerations libs overheads, and Java enums as an alternative.

Similar

Why Java Is Dying

To better align with the tech stack at my new job, I’ve been reacquainting myself over the last two weeks with an old friend: Java. Not too long ago, it kickstarted my software career with unmatched… (more…)

Read more »

A Java Exceptions must read guide

I think the first thing we should discuss is: what is an exception. In a short definition: an exception is a notification of an execution error occurrence.What kind of errors can occur: programming errors and system failure.Wait! How is a programming erro... (more…)

Read more »