Cofounded Host Collective (DiscountASP.net). Cofounded Player Axis (Social Gaming). Computer Scientist and Technology Evangelist with 20+ years of experience with JavaScript!
I take the block of code that requires commenting, break it out to a function. That function name now serves as the description, replacing the need for a comment.
The only comments I leave in are to explain some weirdness, which happens.
'''
// Have to touch the property to make it work
weirdo.prop;
'''
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
I take the block of code that requires commenting, break it out to a function. That function name now serves as the description, replacing the need for a comment.
The only comments I leave in are to explain some weirdness, which happens.
'''
// Have to touch the property to make it work
weirdo.prop;
'''