+ 2
What is the comment used for?
3 ответов
+ 4
comments are useful to have an overview of your code.
for example when someone edits your code its better to read when he can see a comment that describes what the line of code does
+ 1
There are two purpose of comments:
1) Make your code more readable and clear to understand
2) Help you to disable a particular segment of code
0
thanks