5
kvsm
7y

Always comment your code.

Write comments that explain the reason for this piece of code existing, and why it's written the way it is.

Don't write comments that explain what your code does (unless it's a comment which is going to be parsed as documentation for an API). If your code needs comments to explain what it's doing, you need to write clearer code.

Comments
Add Comment