Resilient use cases: less Exceptions, more Results | by Jacob Ras | Sep, 2023
Simplifying error handling using Kotlin’s sealed interfaces. One and a half years ago I wrote a post suggesting the use of kotlin.Result instead of plain try-catches: Resilient use cases with kotlin.Result, coroutines and annotations. This article is a follow-up to that one, with an updated…
Mobile App Development
0