-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
jsdoc: Add jsdoc for loadData API #204
base: develop
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for racingbars ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Preview in LiveCodesLatest commit: 0507ec2
See documentations for usage instructions. |
Hello @hatemhosny, I’ve added JSDoc comments for loadData. Could you please review them and let me know if you have any suggestions or changes? I’d like to keep these in mind as I document the rest of the API. I think this will help me get a better grasp of the code! 😄 |
That's beautiful, @AhmedElbohoty |
you probably want to start with these: |
Also, please remove this, so that comments will end up in the exported types. |
e0f17cf
to
840fd67
Compare
You can now see your comments in the preview playgrounds above 🎉 These comments can significantly improve the developer experience of the library users. |
Hello @hatemhosny, Sorry for the delay 🙏. I was really busy last month, but I’ll resume documenting the code |
No worries, @AhmedElbohoty |
Quality Gate passedIssues Measures |
Can we please keep this PR for JS Docs only and not add refactors that we have not agreed upon? P.S. I frequently use early return pattern and I do not currently plan to change it. |
What kind of change does this PR introduce?
Docs
Issue related to this PR
173
Add JSDoc comments for public-facing API #173