0
Using Comments in Code is a Good Habbit or not ..!!
Programming Tips ⚜
5 Respuestas
+ 1
Yes, it is good habbit. But it doesn't mean you should put comments everywhere in the code. It will make your code more messy.
0
yes, if you walk away from code and come back, you have SOME structure to help you
0
It is an amazing habbit.
It will benefit you in future when you are looking back at your code or someone else is looking at your code.
0
It is very much important if your used to modify and update your your code regularly because it let you be tension free about your code structure when you come next time to update.
It will be non confusing because comment always has different style(color) than code text color.
So for programmer it is very good tool.
0
Good ....Every answer is correct , Each Response matters alot Thank you .