Created
February 13, 2020 15:08
-
-
Save Sottti/2bbb979109de82a254d474dbf9cf2fbc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Articles: | |
- [Typesafe Error Handling in Kotlin](https://kotlin.christmas/2019/17) | |
- [Sealed Classes Instead of Exceptions in Kotlin](https://phauer.com/2019/sealed-classes-exceptions-kotlin/) | |
- [Kotlin’s Missing Type, Either](https://medium.com/@Robert_Chrzanow/kotlins-missing-type-either-51602db80fda) | |
Libraries | |
- https://github.com/michaelbull/kotlin-result | |
- https://github.com/kittinunf/Result | |
Discussions | |
- [Kotlin's missing type, Either](https://www.reddit.com/r/Kotlin/comments/6z1g8h/kotlins_missing_type_either/) | |
Other | |
- [Kotlin KEEP](https://github.com/Kotlin/KEEP/blob/master/proposals/stdlib/result.md#encapsulate-successful-or-failed-function-execution) | |
- [Kotlin Result](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-result/index.html) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment