-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
Labels
Comments
1行で完結するサンプルを並べる場合に console.log(1); //
console.log(2); // と 1; //
2; // どっちがいいかという感じかな |
基本的に console.log にしよう |
Closed
#209 アジェンダに入れたので、そこでちゃんと決まったらこれを閉じる |
azu
added a commit
that referenced
this issue
Mar 23, 2017
azu
added
Status: Discussion Needed
Status: Ready for PR
Pull RequestしてOKな状態
and removed
Status: Discussion Needed
labels
Mar 23, 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
サンプルコードで
としている場所がルールなく混ざってる感じ。
使い分け?もしくは統一のルールを考えたい。
ウェブ上だと基本的にconsole.logが良くて、文章として読むなら ない方が読みやすいこともあると言った感じ
The text was updated successfully, but these errors were encountered: