Comments in code

​Comments in code adds clarity to another developer to learn about intentions of specific piece of code.

It is a good habit to include comments as part of the code.

Comments are skipped during code execution and not executed.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator