Connecting...

Code Coding Computer Data 574071

Adventures in Type-safe Error Handling by Jacob Wang

Code Coding Computer Data 574071

This talk was given by Jacob Wang at Functional Scala, he takes us on a journey of what he describes as, the adventures he has had in type-safe error handling; traditionally when doing error-handling you would use the left side of type either. Jacob suggests that you can terminate the execution chain with a throwable IO. die... 

This talk was given by Jacob Wang at Functional Scala.