Should you use comments on other coders code to help you learn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Should you use comments on other coders code to help you learn?

I had an idea which is once you have passed the relevant courses a good idea is to use comments on every line that was coded on other people's code to help you understand what happened on that line in that language

30th Aug 2017, 11:24 AM
Alan
Alan - avatar
4 Answers
+ 7
i find it better to retype others codes and anything I dont understand I google it.
30th Aug 2017, 11:26 AM
jay
jay - avatar
+ 2
comment can be used to explain the code created. example: // System is a namespace // Console is a class // WriteLine is a built-in static method System.Console.WriteLine()
30th Aug 2017, 1:44 PM
Zeron
Zeron - avatar
+ 2
thank you zeron
30th Aug 2017, 4:00 PM
Alan
Alan - avatar
+ 1
thank you jay
30th Aug 2017, 11:59 AM
Alan
Alan - avatar