如何阅读源码

本文收集一下关于如何阅读源码的经验和资料:

阅读源码的经验

  1. 如何阅读程序源代码:知乎上有关阅读源代码的回答
  2. 如何阅读一份源代码? - codedump的网络日志:别人关于阅读源代码的经验
  3. 如何看懂源代码–(分析源代码方法) - fandyst - 博客园:别人的另一份经验
  4. How to read code on github? : r/learnprogramming:reddit上关于阅读github仓库源码的讨论

典型的前端项目结构

  1. React Architecture: How to Structure and Organize a React Application | Tania Rascia:React Application结构
  2. Delightful React File/Directory Structure:React目录结构
  3. GitHub - CatsMiaow/nestjs-project-structure: Node.js framework NestJS project structure:nestjs项目结构

典型的后端项目结构

  1. Spring Boot 2.0 — Project Structure and Best Practices (Part 2) | by Arpit Khandelwal | The Resonant Web | Medium:Spring Boot项目结构最佳实践
  2. Best Practices in Spring Boot Project Structure | by Mohammed Safir | The Fresh Writes | Medium