0
More detail of comment
<!-- This is a comment-->
3 odpowiedzi
+ 2
Comments are "non executable" parts of a code.
A programmer writes a code according to his own algorithm which might not be understood by another programmer reading the code.
Well written comments which provide information as to what a part of the code is doing will help the reader understand the code.!!!
+ 1
Comments help the people programming see which parts are which parts of the game. Comments are wrote like this:
// This is a comment
+ 1
//This is a comment