Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 260 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 260 Bytes

Kotlin Error Handling Examples

In this repository I explore different approaches for error handling in Kotlin. Namely:

  • try/catch blocks
  • Result class
  • runCatching context
  • Result Context (Arrow library)
  • Either class (Arrow library)
  • Nothing at all