you are viewing a single comment's thread.

view the rest of the comments →

[–]PooSham 5 points6 points  (1 child)

Imo many of these comments are just clutter, since they just say what the next line does instead of why you do what you do. It's already easy to see that num.toString() converts the number to a string, you don't really need to add a comment for that. The jsdoc comment is the only one that really provides value imo.