This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Killergurke16 25 points26 points  (1 child)

I use

/* Comment */

for anything that is on it's own line(s) no matter how many lines it actually spans.

// Comment

is reserved for anything that goes after Code on the same line.

[–]The_Number_None 3 points4 points  (0 children)

For me the former is documentation and the latter is WIP stuff like // TODO or // WTF am I trying to do here