Relative Content

Tag Archive for documentation-generation

Is there a de facto standard documentor for Javascript?

I’m trying to document my code using JSDOC3, that has a similar syntax to PHPDocumentator / Apigen. But is there a de-facto standard for Javascript inline documentation? I think Google Closure is the most complete (or so it seems), but what is widely adopted by IDEs and what most people expect to the docs to be?

Are comments obsolete in favor of Generative AI?

With generative AI, you can just ask it to explain the code to you. In my experience, it is reliable and accurate – which cannot always be said about manual comments. I am specifically referring to comments on signatures – not necessarily inline comments, TODOs, or things of that nature.

Are comments obsolete?

With generative AI, you can just ask it to explain the code to you. In my experience, it is reliable and accurate – which cannot always be said about manual comments. I am specifically referring to comments on signatures – not necessarily inline comments, TODOs, or things of that nature.