Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

补充 为什么应该阅读这本书 部分内容 #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions md/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,19 @@

## 为什么应该阅读这本书?

这本书包含了 ECMAScript 6 的详细内容,但是组织良好,以便于你能快速得到一个预览。它不仅讲解了 ES6 如何工作,也讲解了为什么要这么工作。
- 你可以自己决定了解的深入程度:这本书包含了 ECMAScript 6 的详细内容,但是组织良好,以便于你能快速得到一个预览。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

你可以自己决定学习的深度:本书深入讲解了 ECMAScript 6 ,但是书中内容组织良好,如果你愿意,你可以快速地对 ECMAScript 6 做一个整体了解。

- 知其然,更知其所以然:它不仅讲解了 ES6 如何工作,也讲解了为什么要这么工作。
- 彻底的研究:为了更好理解 ES6,我查阅了以下资料:
- 语言规范(你偶尔会在这本书中找到这些点)
- es-discuss 的邮件列表
- TC39 的会议记录
- 学术论文
- 启发了 ES6 新特性的其他语言的文档
- 其他

## 如何阅读这本书

这本书有很多内容,但是它的组织结构区分了不同难度级别的内容,很容易匹配上你的需求。有三种内容级别:

* **快速开始**:绝大多数章以一个简明的概览开始,描述了本章节涉及到的特性。
* **坚实的基础**:每一章都是以必需的内容开始,然后逐步进入细节。标题应该能让你明白什么时候停止阅读,但是我也偶尔在侧边栏给出小提示,告诉你了解某些内容的重要性。
* **坚实的基础**:每一章都是以必需的内容开始,然后逐步进入细节。标题应该能让你明白什么时候停止阅读,但是我也偶尔在侧边栏给出小提示,告诉你了解某些内容的重要性。