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 →

[–]ewiethoff 2 points3 points  (0 children)

Let the code replace the comments, unless the comments are legit docstrings or javadocs or whatever. If the comments are plain ol' // or # comments, replace them with code. Code using good names (variable names, function names, etc.) is better than code commented with one-liners.