An open API service indexing awesome lists of open source software.

https://github.com/moekiorg/code-reading-guideline

Code Reading Guideline for Me.
https://github.com/moekiorg/code-reading-guideline

drawio graph guideline programming

Last synced: 6 months ago
JSON representation

Code Reading Guideline for Me.

Awesome Lists containing this project

README

          

# 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