DEV Community

Discussion on: Writing readable code

Collapse
 
codemouse92 profile image
Jason C. McDonald • Edited

I probably sound like a broken record, but I'd like to suggest a change...

Don't: Write comments reiterating code.
It's much better to get in the habit of writing self-documenting code, and reserving comments for describing the plain-English intent of the code.

Collapse
 
wangonya profile image
Kelvin Wangonya

Thanks for the suggestion. I've made the change.