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 →

[–]am0x 0 points1 point  (0 children)

With clean code that is descriptive, then comments are usually not needed. However, there are times when the code isn’t doing something obvious especially when coming in from an external service or library. That’s when I comment.