is it necessary to explain when coding?

smaple…

<!-- Styles -->
<link rel=“stylesheet” type=“text/css” href=“css/reset.css”>

A well commented code is always easier to read than an uncommented one, event if the comment describes something obvious.

Keep the comments simple and descriptive and they are always helpful. And keep in mind that not always the buyers are very technical, so any comment helps them.

1 Like

comment is a must?

It’s no written demand but is expected by reviewers, listed in help sections and will improve quality of the file.

Read these links for expectations and advice:

thanks.