- 1
What's the use of comment?
2 Réponses
+ 1
hi Atharv,
Suppose you are writing a code for someone else.
and the code is pretty much lengthy and complex.
Now tell me how can you assure that other person will understand your code efficiently and quicker...
here comes the role of comments
so that your code would be readable with ease.
and-
if in case you are working on a project software, which may be... take a month to complete.
so without comments you will find even yourself in confusion whenever you would look back into your weeks back code sample.
COMMENTS ARE USEFUL TO ENHANCE THE READABILITY OF A CODE.
0
gottcha