質問するログイン新規登録

回答編集履歴

1

appendix

2016/09/06 03:52

投稿

yohhoy
yohhoy

スコア6191

answer CHANGED
@@ -6,4 +6,9 @@
6
6
 
7
7
  個人の好みはさておき、より重要なのはコードを共有する人が同じコーディング規約を使うことです。
8
8
 
9
- > Whatever your opinion, **the important thing is that all people closely collaborating on a project use the same formatting standards, irrespective of what those standards are.**
9
+ > Whatever your opinion, **the important thing is that all people closely collaborating on a project use the same formatting standards, irrespective of what those standards are.**
10
+
11
+ ----
12
+
13
+ よそのQ&Aサイト(StackOverflow)にも同じ質問がありますが、かなり意見が割れていますね。
14
+ - [When NOT TO USE 'this' keyword?](http://stackoverflow.com/questions/2841807/when-not-to-use-this-keyword)