typelevel/cats

Add doctests (excellent first-time issue)

Open

#2 479 ouverte le 7 sept. 2018

Voir sur GitHub
 (14 commentaires) (0 réactions) (0 assignés)Scala (1 241 forks)batch import
documentationgood first issuehelp wanted

Métriques du dépôt

Stars
 (5 438 stars)
Métriques de merge PR
 (Merge moyen 4h 2m) (5 PRs mergées en 30 j)

Description

Doctests are a great way to provide compilable and testable example code for scaladoc. We should cover as many methods with doctests as possible. Here is an example of PR adding doctests. Note that to test the doctests run sbt coreJVM/test This issue encompasses the effort of adding more doctest coverage to our type classes and data types. It would be a great first-time contribution.

If you are interested, please comment here on what type classes or data types you'd like to work on.

Guide contributeur