seangwright/typescript-functional-extensions

Docs: More Consistent JSDoc comments

Open

#1 opened on Dec 27, 2021

 (0 comments) (0 reactions) (0 assignees)TypeScript (6 forks)auto 404
documentationgood first issuehelp wanted

Repository metrics

Stars
 (39 stars)
PR merge metrics
 (PR metrics pending)

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

Contributor guide