+ 5
What's the good way to write the code??
Is it describing lines in your code or just writing the code itself ??
8 Respostas
+ 13
There are chances that you may forget and thus cannot understand the logic you used. That's why comments are necessary.
+ 8
How did you post your question without tag.
+ 6
Yes it is a good practice to describe your code using comments.
+ 1
Thanks for answering Ekansh kashyap
+ 1
Write clear and concise code with comments
+ 1
comments make our programming attractive, user-friendly. so it is good to add comments while coding
0
write first an algorithm. its like u plan first before you apply it on coding