Skip to content

myuwono/typed-error-handling-demo

Repository files navigation

typed-error-handling-demo

This repository is created as a supporting material in the study in "Typed Error Handling in Kotlin".

The approach explored in this repository includes:

  • Exception based error handling
  • Vanilla sealed class chaining
  • Vanilla sealed class with early returns
  • Arrow Raise<E> with context receivers
  • Arrow with either { } builder
  • Arrow vanilla Either<L, R> with flatMap chaining

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages