i forget to tell another thing. i prefer, and recommend, most of the times to write my coding ideas in a form of comments. then code it, this comments helps much in the future. specialy for code revisite activity
MoveITChannel 2 years ago
i'm agree with you, cleaner and readable code will reduce our need to comment code.
but what about ideas attacks ur brain while coding and u dont have time to do it, such as enhancing performance idea.
Also some times the code it self will be much easier to understand if it has small comment. pesonally, i faced this many times.
I am actually against what you said regarding the code comments.
You should write down clean clear code that is readable enough for everyone to read and understand
moody253 2 years ago
i forget to tell another thing. i prefer, and recommend, most of the times to write my coding ideas in a form of comments. then code it, this comments helps much in the future. specialy for code revisite activity
MoveITChannel 2 years ago
i'm agree with you, cleaner and readable code will reduce our need to comment code.
but what about ideas attacks ur brain while coding and u dont have time to do it, such as enhancing performance idea.
Also some times the code it self will be much easier to understand if it has small comment. pesonally, i faced this many times.
MoveITChannel 2 years ago
I am actually against what you said regarding the code comments.
You should write down clean clear code that is readable enough for everyone to read and understand
moody253 2 years ago