scala_school2
scala_school2 copied to clipboard
Pattern matching issues
/data-and-control-flow/pattern-matching#match-expressions-and-literal-patterns "The values appearing on the left hand side of the => are called “literal patterns.”" What are they called on the right hand side?
Mega Combo Bonus: might be good to briefly explain what an Option is before having the student to use it.