Learning Scala as a Java developer - Part 1  [draft]

Learning Scala as a Java Developer - Part 1 I have recently got a chance to develop using Scala, and I thought it would be useful to share my experience (mostly as a guide for myself) to put some notes on what I have learnt in the last few months. Monads or stuff that you can “map” over Consider the use of Java Optional type, now this is one very common usage, parsing optional command line args...

October 31, 2022 · 1 min · 115 words · Me