Code Monkey home page Code Monkey logo

notebook's Introduction

notebook

如何阅读源码?

  1. 调试: 必须先掌握断点调试的能力.
  2. 入门: 必须先从tutorial教程理解功能开始, 然后才到理解源码.
  3. 作用: 以函数或方法为单位去理解每一行代码, 并推导出它的作用.
  4. 关系: 需要经常梳理对象和对象之间的关系, 如果不组成这样的关系会怎样, 会不会有更好的组合方式?
  5. 流程: 一个大的功能会随着不同的参数进入不同的流程分支, 有必要为每个分支画一个流程图、时序图、状态图.
  6. 算法: 这个通常只有扎实的算法功底才会识别框架中的特定算法, 才能快速理解, 否则将会被算法阻挡在门外.
  7. 模式: 待补充.

notebook's People

Contributors

zhengtong0898 avatar vivi1068 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.