Documenting JavaScript Code with JSDoc

preview_player
Показать описание
An introduction and explanation as to why documenting your code is important along with examples of how documentation can work for you. As a bonus I go into how to leverage GitLab-CI to automatically build and deploy the documentation from the source code.

Рекомендации по теме
Комментарии
Автор

I have been looking for the last section on how to bring the doc creation in Gitlab pipeline. Thanks a lot.

aravindgop
Автор

Nice one. I've been thinking of using jsdoc for my project but haven't found time for it. This tutorial will make it smooth for me.

hn
Автор

@CoderU

Hi! Is it considered bad practice to create a "branch" or a "code version -tag-" specifically to stop documenting the code?

ysaa