|
|
|
|
|
by Turskarama
1048 days ago
|
|
It's missing the killer feature though, which is the compiler warning you when you haven't done an exhaustive match. That is the magic which makes adding new values easy instead of hunting through code to find if you missed the new case anywhere. |
|