kittinunf / Result

The modelling for success/failure of operations in Kotlin and KMM (Kotlin Multiplatform Mobile)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Difference between Result and Arrow-kt library?

IgorGanapolsky opened this issue · comments

Hi,
I have a quick question: Arrow-kt has Either (https://arrow-kt.io/docs/datatypes/either/). It seems like it does what Result library does. Can you tell me the benefit of using Result over Arrow?

Thanks a lot,
Igor

IMHO the api of Result is way easier to understand. Arrow-kt is very abstract.