max-mapper / max-mapper/javascript-for-cats
Reduce Confusion
まだ誰も着手していません。
- 主要言語
- JavaScript
- スター
- 794
- フォーク
- 139
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Hi
Thx for this awesome tute. As a noob, i appreciate the introduction. Suggestion: in the section on callbacks, you repeatedly go back and forth between blocking and non-blocking. To me, this is very confusing. I'd find it easier to understand if you separated your statements about blocking from your statements about non-blocking, like this:
In the blocking version a and b are both called/invoked (they both have () after them which executes the functions immediately). In the blocking version, there is no explicit relationship between a and b.
In the non-blocking version b is a callback to a. In the non-blocking version you will notice that only a gets invoked, and b is simply passed in to a as an argument. In the non-blocking version it becomes a's job to do what it needs to do and then call b when it is done.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
チュートリアルのcallbacksセクションを開き、ブロッキングとノンブロッキングの説明を、このissueで提案されている分離と比較してください。2つのケースが別々に説明されるようにセクションを修正し、その後、callbackの関係と呼び出し動作が引き続き明確であることを確認してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 55/100