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

refactor(meta): 部 > 章 > セクションの構造に変更 #156

Merged
merged 3 commits into from
Oct 31, 2016

Conversation

azu
Copy link
Collaborator

@azu azu commented Oct 31, 2016

# 目次

- 本書の読み方
- [本書の目的](intro/goal/README.md)
- [第1部: 基礎文法](basic/README.md)
    - 章
    - [JavaScriptとは](basic/introduction/README.md)
    - [コメント](basic/comments/README.md)
    - 字句構造
    - Strict mode
    - [変数と宣言](basic/variables/README.md)
    - [値の評価と表示](basic/read-eval-print/README.md)
    - [データ型とリテラル](basic/data-type/README.md)
    - [関数と宣言](basic/function-method/README.md)
    - [文と式](basic/statement-expression/README.md)
    - [条件分岐](basic/condition/README.md)
    - [ループと反復処理](basic/loop/README.md)
    - [演算子](basic/operator/README.md)
    - [暗黙的な型変換](basic/implicit-coercion/README.md)
    - String
    - Number
    - 配列
    - オブジェクト
    - Destructuring
    - 関数/Arrow Function
    - Spread Operator
    - Error/Throw
    - クラス
    - 正規表現
    - Generator/Iterable/Iterator
    - ビルトインオブジェクト
        - JSON
        - Date
        - Map/WeakMap
        - Set/WeakSet
        - Symbol
        - Promise
    - Note
        - ECMAScript策定プロセス
        - Reflect API
        - Proxy
        - Unicode
        - Intl
- [第2部: 応用編(ユースケース)](use-case/README.md)
    - 章
    - [Ajaxで通信](use-case/ajaxapp/README.md)
      - セクション
      - [エントリポイント](use-case/ajaxapp/entrypoint/README.md)
      - [HTTP通信](use-case/ajaxapp/xhr/README.md)
      - [データを表示する](use-case/ajaxapp/display/README.md)
      - [Promiseを活用する](use-case/ajaxapp/promise/README.md)
    - Node.jsでCLIアプリ
    - TODOアプリ

という感じに
close #128

@azu
Copy link
Collaborator Author

azu commented Oct 31, 2016

基本文法とユースケースで第1部、第2部に分けて、
それに合わせてユースケースをuse-case/ディレクトリに移動してみました。
(アウトラインとディレクトリ構造を一致させました)

/cc @laco0416

@azu azu merged commit 229eeca into master Oct 31, 2016
@azu azu deleted the refactor-outline branch October 31, 2016 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

表記統一: 部/章/節/セクション
1 participant