Skip to content

Commit

Permalink
修改第 55 期文章标题
Browse files Browse the repository at this point in the history
  • Loading branch information
ascoders committed May 7, 2018
1 parent 5894c3d commit b8b88a8
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
本周精读内容是 [逃离 async/await 地狱](https://medium.freecodecamp.org/avoiding-the-async-await-hell-c77a0fb71c4c)
本周精读内容是 [《async/await 是把双刃剑](https://medium.freecodecamp.org/avoiding-the-async-await-hell-c77a0fb71c4c)

## 1 引言

Expand Down Expand Up @@ -189,8 +189,10 @@ async/await 回调地狱提醒着我们,不要过度依赖新特性,否则

决定代码质量的是思维,而非框架或语法,async/await 虽好,但也要适度哦。

> PS: 经过讨论,笔者把原文 async/await 地狱标题改成了 async/await 是把双刃剑。因为 async/await 并没有回调地狱那么可怕,称它为地狱有误导的可能性。
## 5 更多讨论

> 讨论地址是:[精读《逃离 async/await 地狱》 · Issue #82 · dt-fe/weekly](https://github.com/dt-fe/weekly/issues/82)
> 讨论地址是:[精读《async/await 是把双刃剑》 · Issue #82 · dt-fe/weekly](https://github.com/dt-fe/weekly/issues/82)
**如果你想参与讨论,请[点击这里](https://github.com/dt-fe/weekly),每周都有新的主题,周末或周一发布。**

0 comments on commit b8b88a8

Please sign in to comment.