seangwright/typescript-functional-extensions
Docs: More Consistent JSDoc comments
Ouverte
#1 ouverte le 27 déc. 2021
documentationgood first issuehelp wanted
Métriques du dépôt
- Stars
- (39 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
The language describing methods/parameters/return types isn't very consistent across the library.
We need to decide on a few things and then clean it all up:
- Past/present tense
- Verbose vs terse method description
- Details in description or param/return type annotations
- Comments just for method overload signatures or also for implementation
- Comments on utility types