Geoffrey Yip
Geoffrey Yip
Or if you don't mind, what's extensions do you currently use?
In the last two exercises, the Employee constructor accepts arguments in the order of (firstName, middleName, lastName) while the unapply method accepts arguments in the order of (lastName, middleName, firstName).
There are two changes: - I removed the edge case involving the Set of 4 elements or less. It's confusing to have in a Scala tutorial aimed at beginners. -...
The `Person` interface cannot be assigned to the `Dict` interface. According to https://github.com/Microsoft/TypeScript/issues/15300, this is intended behavior However, it is not intuitive behavior and should be documented. The Indexable Interfaces...