Either Types extended version2020/04/23KotlinFunctional ProgrammingArrowExceptionsEitherThe extended version of my article about Either types just got published in our corporate blog
Either Types as an alternative to throwing exceptions in Kotlin2020/01/09KotlinFunctional ProgrammingArrowExceptionsEitherUsing Either is an alternative to exceptions to make your code more explicit about errors. Easy and convenient with Kotlin and Arrow