typelevel/cats

Add a documentation page on error handling

Open

#3,523 建立於 2020年7月16日

在 GitHub 查看
 (8 留言) (3 反應) (0 負責人)Scala (1,241 fork)batch import
documentationhelp wanted

倉庫指標

Star
 (5,438 star)
PR 合併指標
 (平均合併 4小時 2分鐘) (30 天內合併 5 個 PR)

描述

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

貢獻者指南