Skip to content

Instantly share code, notes, and snippets.

@dongyuwei
Created July 25, 2018 08:27
Show Gist options
  • Save dongyuwei/9a1430c93abe3fa6bc142cefe3288687 to your computer and use it in GitHub Desktop.
Save dongyuwei/9a1430c93abe3fa6bc142cefe3288687 to your computer and use it in GitHub Desktop.
如何快速熟悉新项目?
  • 从build入手:理解项目模块依赖关系
  • 从CI/CD入手:理解项目开发-测试-发布流程
  • 从测试入手:单元测试、集成测试、E2E测试
  • 理解宏观架构,通读技术文档和代码
  • 使用debugger跟踪代码执行核心流程
  • 关注细节:一切不知道的都是需要了解的
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment