Quantcast
Viewing all articles
Browse latest Browse all 10

Functional error handling in Scala

Functional error handling in Scala

Because functional programming is like algebra, there are no null values or exceptions. But of course you can still have exceptions when you try to access servers that are down or files that are missing, so what can you do? This lesson demonstrates the techniques of functional error handling in Scala.


Viewing all articles
Browse latest Browse all 10

Trending Articles