lunatech-scala2-to-scala3-course
lunatech-scala2-to-scala3-course copied to clipboard
Remove pattern guard from pattern matching expressions
Adding pattern guards on case clauses leads to the inability of the compiler to check if a pattern match is complete. Let's remove this to illustrate how this should be done. Move the tests inside the expression executed.