You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the documentation seems to be manually maintained and updated alongside the code.
It may be beneficial to move the documentation alongside the code in the form of JSDoc comment blocks, using a tool like jsdoc-to-markdown to generate documentation from it. This would make it easier to update the documentation to match the code, and there are even linting tools that will ensure that the documentation is up-to-date. This would also make the documentation easier to access for people reading the code directly.
In addition, it's even possible to generate TypeScript types from JSDoc automatically. This would ensure that typings are up-to-date in addition to the documentation.
The text was updated successfully, but these errors were encountered:
Currently, the documentation seems to be manually maintained and updated alongside the code.
It may be beneficial to move the documentation alongside the code in the form of JSDoc comment blocks, using a tool like jsdoc-to-markdown to generate documentation from it. This would make it easier to update the documentation to match the code, and there are even linting tools that will ensure that the documentation is up-to-date. This would also make the documentation easier to access for people reading the code directly.
In addition, it's even possible to generate TypeScript types from JSDoc automatically. This would ensure that typings are up-to-date in addition to the documentation.
The text was updated successfully, but these errors were encountered: