0
how to understand code?
code
3 Answers
+ 4
You should be more specific.
+ 3
Practice it and read it thoroughly.
+ 1
Run and break simple and safe codes.
I pepper in a lot of output to track what is happening.
Good code āshouldā be self defining or commented.
Comments your copy of others code. More you do this the more experience you get and it will be easier to understand.