page banner
avatar
'Best Practices of Safe Pattern Matching in a Scala Application' post illustration
Best Practices of Safe Pattern Matching in a Scala Application

Making pattern matching in a Scala application isn't very straightforward. In our article, we review a few ways to handle exceptions or mitigate the problem when using pattern matching.