+ 1
How to understand the Logic behind a code written by another programmer faster and quicker?
2 Respuestas
+ 5
Try to read the code from where it starts and follow it operation by operation instead of top down.
+ 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.