Skip to content

Instantly share code, notes, and snippets.

@Sottti
Created February 13, 2020 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sottti/2bbb979109de82a254d474dbf9cf2fbc to your computer and use it in GitHub Desktop.
Save Sottti/2bbb979109de82a254d474dbf9cf2fbc to your computer and use it in GitHub Desktop.
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