DEV Community

Cover image for Why Comments Necessary in Coding?
kamora
kamora

Posted on

Why Comments Necessary in Coding?

Why Comments Necessary in Coding?

Image description

Comments are an essential part in coding whether we are writing code for any programming language like:-

Image description

Image description

Comments in HTML are neither Tags nor attributes and some of their main uses are:-

Image description

  • makes code more readable
  • helps new develop to understand basic functionality
  • can be used as notes

Top comments (0)