Source code read preface

In order to help more interested in the source code, want to learn to read the source code, improve their writing and front-end technology ability of the students. Help readers to lay a solid foundation, check omissions and fill gaps, broaden their horizons, broaden their horizons, know what is what.

I organized a weekly reading session where we learned about 200 lines of source code together. I have written “learning source code overall architecture series” more than 20.

Jia is welcome to participate in the source code reading activity through ruoChuan12 and learn about 200 lines of source code every week to make progress together. You can keep following me @Ruogawa.

Recommend learning order from easy to difficult

Activity introduction and sequence see here specifically from easy to difficult recommended learning order

Submit notes

In brief: look at tasks, read auxiliary articles, read source code, exchange and discuss, write notes in nuggets, and submit them to the comments section of this article after writing.

In order to benefit, in addition to everyone’s article bring more reading quantity, easy to search, since March 27, 2022, release notes can be directly in the nuggets, in the which if reading together chuan vision x source 】 【 period | title named “opening the first sentence plus: This article participated in the weekly source code reading activity initiated by the public account @Ruochuan Field, click to learn more about it.

After writing your notes, go to the comments section of the current activity to leave a comment on your own articles and notes. It is convenient for you to consult, study, exchange and discuss.

All previous notes are stored in the forum.

Task Release Time

One week from January 10th to January 16th. Generally a weekly issue of source code. Study at your own pace and submit notes (it doesn’t have to be strictly on my schedule). Previous reading can also be reviewed in time, notes can continue to complete. \

Learning goals

  1. How to learn to debug source code
  2. Use and principle of await-to-JS
  3. You can look at test cases

Learning task

  • Read library: github.com/scopsy/awai… Less code, easy to read, learn to use.
  • How to write async await without try-catch blocks in Javascript