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

console.logと// => の使い分け #195

Closed
azu opened this issue Mar 2, 2017 · 4 comments · Fixed by #212
Closed

console.logと// => の使い分け #195

azu opened this issue Mar 2, 2017 · 4 comments · Fixed by #212
Labels
Status: Ready for PR Pull RequestしてOKな状態 Type: Meta

Comments

@azu
Copy link
Collaborator

azu commented Mar 2, 2017

サンプルコードで

console.log(a); // => x
a; // => x

としている場所がルールなく混ざってる感じ。
使い分け?もしくは統一のルールを考えたい。

ウェブ上だと基本的にconsole.logが良くて、文章として読むなら ない方が読みやすいこともあると言った感じ

@azu azu added the Type: Meta label Mar 2, 2017
@azu
Copy link
Collaborator Author

azu commented Mar 2, 2017

1行で完結するサンプルを並べる場合に

console.log(1); //
console.log(2); //

1; // 
2; //

どっちがいいかという感じかな

@azu
Copy link
Collaborator Author

azu commented Mar 12, 2017

基本的に console.log にしよう

@azu
Copy link
Collaborator Author

azu commented Mar 23, 2017

#209 アジェンダに入れたので、そこでちゃんと決まったらこれを閉じる

@azu
Copy link
Collaborator Author

azu commented Mar 25, 2017

#218 #209 のミーティングで以下の方針に決まった


    コメントのところに評価コメントの書式についてをちゃんと説明を書く
        comment: => についてを説明する · Issue #215 · asciidwango/js-primer
    不要なところについてはconsole.logは省いても良い
        場合によって使いわけ
        明確な使い分けは見えず

https://github.com/asciidwango/js-primer/blob/master/meetings/2017-03-24/README.md#%E7%B5%90%E8%AB%96-1

#215 に説明のIssueは分けたので、このIssueは #212 が入ったら閉じれる

@azu azu closed this as completed in #212 Mar 28, 2017
azu added a commit that referenced this issue Mar 28, 2017
* refactor: `console.log(式); //=> 評価結果` に表記を統一

fix #195

* refactor(operator): console.logを使うように

* Revert "refactor(operator): console.logを使うように"

This reverts commit e222f1d.

* fix(test): Identifierを含んでいるかを判定に追加

* refactor(data-type): リテラルからはconsole.logを削除

* docs(CONTRIBUTING): どちらを優先するかを記述

* test(comment): 1行以下のもおんはチェックしないように
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Ready for PR Pull RequestしてOKな状態 Type: Meta
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant