typelevel/cats

Add a documentation page on error handling

オープン

#3,523 opened on 2020/07/16

 (8 件のコメント) (3 件のリアクション) (0 人の担当者)Scala (1,241 件のフォーク)batch import
documentationhelp wanted

Repository metrics

Stars
 (5,438 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド