Tag Archives: option

About nulls and System Properties in Scala

In Scala, it is usually a good idea to avoid nulls in your code. Instead of that, it is recommended that you use the Option class. This is how it works: if the value you are working with is null, … Continue reading

Posted in java, scala | Tagged , , , , , , , | 1 Comment