-
-
Notifications
You must be signed in to change notification settings - Fork 664
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
Improve score of JSR symbol #2861
Comments
Progress |
Lets get 80% ! 👍 |
Regarding the JSR score, I think it's okay to cover only public APIs. "comment" is not always good for private methods or properties. Perhaps you may find the spec by looking at the code or test, not the comment. Honestly, I don't like over-writing the comment. So, I think it's enough to write docs for the API marked as |
I agree. If we should be eager to get 100 points, it is too difficult to maintenance code. |
Yes, I think public APIs alone is enough to get 80 points. |
Went up 3% by #2836 |
The scoring is only concerned about the "presence of a README file, module documentation, and documentation for public functions and types." So documentation on private functions and types shouldn't affect the score. It looks like they updated the wording on the score page to clarify this. It is currently showing that 25% of exported symbols are documented. |
Thanks for the information! Currently, the score of |
What is the feature you are proposing?
Reference: https://jsr.io/docs/writing-docs#symbol-documentation
Now (when this issue was created) we only have 19% of the code documented, we can start with the public methods first before focusing on the private ones. In future, after we done with the JSR symbol, we can continously improve the code documentation.
The text was updated successfully, but these errors were encountered: