Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 445 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 445 Bytes

Code Reading Guideline

  1. Know the background of product
  2. Have a purpose of code reading
  3. Experience the Behavior of the program by execution and spec
  4. Know the structure of product code and focus the target code
  5. Read each lines of the program with your knowledge of languages and libraries

code-reading-guideline