// the find
xufei/Make-Your-Own-AngularJS
some articles about AngularJS
A Chinese translation of Tero Parviainen's 'Build Your Own AngularJS' article series, which walks through reimplementing AngularJS internals from scratch. It's for Chinese-speaking developers who want to understand digest cycles, scope inheritance, and dirty-checking by building them. The original articles were eventually turned into a book, which is why this repo stops mid-series.
The original source material (teropa.info) is genuinely one of the best deep-dives into AngularJS internals ever written. Building a framework from scratch to understand it is a solid learning approach. The translation covers the foundational chapters on scopes and digest, which are the hardest parts to grasp.
Abandoned in 2016 — only two markdown files exist, so you're getting a fragment, not a complete series. AngularJS itself reached end-of-life in December 2021, making this a historical artifact rather than practical learning material. No code samples in the repo itself; it's pure prose linking to an external source that may have changed. Anyone actually wanting this content should just buy the book.