Skip to main content

Using Arrow to Handle Errors and Exceptions in Kotlin

This is an introduction to leveraging Arrow to handle exceptions and errors in functional programming.
July 2020 · 1 MIN · Kotlin · Funcitonal Programming · Error Handling · Arrow

Overview
#

In functional programming, we deal with exceptions and error Arrow is a FP(functional programming) library in kotlin, which aims to provide an interfaces and abstractions across Kotlin libraries.

#

— RELATED —
Test swift via Docker on Ubuntu
10 Basic Tips on Bash Scripting to Optimize Your Operation Work
Spark Hadoop: the essential questions you may need to know
Advanced Git Usage