seangwright/typescript-functional-extensions

Docs: More Consistent JSDoc comments

Offen

#1 geöffnet am 27.12.2021

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (6 Forks)auto 404
documentationgood first issuehelp wanted

Repository-Metriken

Stars
 (39 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide