DEV Community

Discussion on: Refactoring node.js (Part 2)

Collapse
 
pavelloz profile image
Paweł Kowalski

I like the idea of documentation generated from code, but i hate seeing so much comments in my code. JSDoc is so verbose, 50%+ of the file would be comments.

Collapse
 
paulasantamaria profile image
Paula Santamaría

To be honest I used to feel that way too, but I got used to it.
I'll be happy to include any alternatives in the article. Do you know any you'd recommend?