+ 9
do you think comments are really helpful in gaining knowledge...?
the comments in the learning course as well as in the code playground by experienced people are very helpful and useful in attaining clear view about topic, different thougts of different people makes our thoughts enlarge ,( some times laugh also....)
14 Réponses
+ 8
yes comments are always helpful in many areas. because for example ,if some stranger tries to analyse your code without comments, it would be a hectic task for him to understand. if comments are provided the task would be simpler for him.
also wen u re-read your own code after a long time these comments will give u a quick understanding to ur code.
also if u r delegating ur task to someone else again these comments are helpful.
and many more....
+ 7
yes bro #sridhar there are lot of people i see here more intelligent, we must gain knowledge from their comments
+ 6
how does it is related to our topic mind to machina
+ 5
yes @sai
+ 4
Yes,comments are very helpful for gaining knowledge and ideas in different ways
+ 4
Yes comments are really helpful for different reasons. For example if you wanted to go back and use your code then comments would be really helpful for understanding your code.
+ 3
as Albert Einstein quote;
"if you cant explain it simply, you don't understand it well enough."
+ 2
yesss
+ 2
yes
+ 2
I believe that comments are a good source of knowledge when accurately and productively sifted through.
+ 1
@babu jag...........
say you just learn something new......alright
what you do?.....not practice it yourself?
and you use comments to explain the steps
if you can't do that you didn't really learn anything new
+ 1
this one is ;
http://www.openculture.com/freeonlinecourses#Computer Science Courses
https://www.ted.com/talks/shai_reshef_a_tuition_free_college_degree
www.coursera.org
www.stackoverflow.com
https://news.ycombinator.com/item?id=15828935
https://www.42.us.org/
https://www.appacademy.io/
https://www.sololearn.com/discuss/510275/?ref=app
+ 1
@babu comments are really beneficial. you could end up with thousands lines of codes. regardless on how well you know your code you're bound to forget something.
Personally I hate losing time trying to figure out what a chunk of codes is meant to do. few lines of comments help refresh your memory and I am not talking of program maintenance or debugging.
comments are one of these things where "more is best".
0
yes as it can make as understood what its function and can make you follow in future