Ema*_*sev 12 comments coding-style commenting conventions
你在第二或第三人写评论吗?
// go somewhere and do something (2nd person comment)
Run Code Online (Sandbox Code Playgroud)
要么
// goes somewhere and does something (3rd person comment)
Run Code Online (Sandbox Code Playgroud)
Pek*_*ica 21
我经常倾向于讲医生风格:
// Now we take $x and check whether it's valid for this pass
Run Code Online (Sandbox Code Playgroud)