Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add missing and update JSDoc comments (fix #839) #1711

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Zearin
Copy link

@Zearin Zearin commented Oct 15, 2019

Q A
Bug fix? no
New feature? no
Breaking change? no
Deprecations? no
Tests added? no
Fixed issues #839
License Apache-2.0

Not all JSDoc comments are complete. I marked incomplete comments with @todo or FIXME, so a simple grep or ag search for either string should make it easy to start filling in missing info bit-by-bit.

I don’t know the architecture of this project, so I did my best to use accurate {type} annoations in the JSDoc comments. If I wasn’t able to determine a given field’s type, I usually marked it {object}.


EDIT: I submitted too fast. :) Edited to put the questionnaire at the top, and my comments after, as indicated by the textarea for the PR.

Not all JSDoc comments are complete.  I marked incomplete comments with `@todo` or `FIXME`, so a simple `grep` or `ag` search for either string should make it easy to start filling in missing info bit-by-bit.

I don’t know the architecture of this project, so I did my best to use accurate `{type}` annoations in the JSDoc comments. If I wasn’t able to determine a given field’s type, I usually marked it `{object}`.
@Zearin
Copy link
Author

Zearin commented Oct 19, 2019

@hegemonic Step in the right direction?

@Zearin
Copy link
Author

Zearin commented Oct 27, 2019

@hegemonic (ping 😄 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants