In my experience, the density of comments is inversely proportional to the extent to which they help the reader to understand how the code works.
On my current project, it also tends to be inversely proportional to maintainability. Never send slashes and asterisks to do a function declaration's job.
On my current project, it also tends to be inversely proportional to maintainability. Never send slashes and asterisks to do a function declaration's job.