eescala
eescala copied to clipboard
Results
3
eescala issues
Sort by
recently updated
recently updated
newest added
There's a lot of syntax to take in over the duration of the course, and not enough time to properly reinforce it. A crib sheet may help alleviate this problem.
There are two ways of implementing pattern matching solutions to many of the exercises in the slides: 1. Put the match expression in a method in a companion object; 2....
The syntax doesn't make it clear where the `match` happens. Put the code example in the slide in a method.