This is a quick post showing the difference between Some and Option. When I first started using Scala, I did not understand the difference between ‘Some’ and ‘Option’. Though subtle, the difference is an important one and helps decide which is to use when.
Continue reading “Scala – Some vs Option”