0
comment
comment
on 1/12/2017 1:00 AM
Tweet Note: read the whole series here. Continuing on from where we left off with type inference last time around, let’s look at a language feature in Scala that doesn’t exist in F# – traits. Scala has both abstract classes and traits (think of them as interfaces, but we’ll get into the differences shortly) to support