typelevel/cats

Add a documentation page on error handling

Ouverte

#3 523 ouverte le 16 juil. 2020

 (8 commentaires) (3 réactions) (0 personne assignée)Scala (1 241 forks)batch import
documentationhelp wanted

Métriques du dépôt

Stars
 (5 438 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

There's some major gaps around error handling in the official docs, especially painful because the whole ecosystem relies on them - library users are often instructed to use MonadError/ApplicativeError error handling code, but it's not present in the documentation

  • Add a page on ApplicativeError/MonadError (one page, likely)
    • Either on that page or on its own page, provide a "cookbook" of common error handling examples

This is mentioned in #1801, but I thought it was worth calling out as its own issue

Guide contributeur