Adding jsDoc to code and generating documentation #39
rageycomma
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Hi! I'm fine merging local additions of jsdoc 👍 (especially in cryptic parts) I don't think it makes sense to add huge changes to the project, just to be clear on the scope (i.e. adding jsdoc everywhere wouldn't be useful I think, the project is maintained but no huge refactors are envisioned). Not looking to host the HTML documentation either, I never found it useful to go through a different website to understand the codebase, but feel free to generate and host that doc site on your own 👍 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a few projects that use this framework so, I have a bit of a vested interest in doing a bit of maintenance on the code. I think to make it a more successful open source endeavour, we should put JsDoc on the code and generate documentation. This way it'd be easier for new developers to get to grips with the code as I've noticed there are very few comments in there and no real documentation on the design decisions of the CLI, which would be nice to get a start on.
My suggestion is:
Happy to do said PR but obviously I don't want to do things if they're not going to be merged in :)
Beta Was this translation helpful? Give feedback.
All reactions