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 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
Post a Comment