Created
July 9, 2015 08:17
-
-
Save kusano/8ac361ff111643c04ea9 to your computer and use it in GitHub Desktop.
コメントの書き方
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// コメントX | |
A; | |
B; | |
C; | |
// コメントを書くまでもない処理だけど、コメントXがDまで対象にしていると | |
// 思われると困るので、ここにもコメントを書きたくなる | |
D; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// コメントX | |
{ | |
A; | |
B; | |
C; | |
} | |
D; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment