February 2017
Beginner to intermediate
1100 pages
25h 19m
English
Pattern matching is a powerful tool for control flow. It encourages the programmer to think declaratively: declare that you expect a variable to match a certain pattern, rather than explicitly tell the computer how to check that it matches this pattern. This can save many lines of code and enhance clarity.
Read now
Unlock full access