How to understand the Logic behind a code written by another programmer faster and quicker? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to understand the Logic behind a code written by another programmer faster and quicker?

28th Mar 2019, 2:43 PM
Sun Lun
Sun Lun - avatar
2 Answers
+ 5
Try to read the code from where it starts and follow it operation by operation instead of top down.
28th Mar 2019, 3:09 PM
HonFu
HonFu - avatar
+ 1
Usually is recommended to add comments to your Code, following coding guidelines to name variables and format the Code. Also use a linter. This Will help another programmer yo read and understand your Code faster.
28th Mar 2019, 9:41 PM
Jorge
Jorge - avatar