Should You Comment Your Code?(simpleprogrammer.com)
simpleprogrammer.com
Should You Comment Your Code?
http://simpleprogrammer.com/2014/02/13/comment-code/
5 comments
Comments are an act of kindness towards the person who will be doing the maintenance on the code you have written. It's doubly kind when that code maintainer is yourself.
Commenting code only works if other people who change the code also bother to change the comments
If you want to, yes.
If you don't, I feel sorry for whoever has to maintain your code.
If you don't, I feel sorry for whoever has to maintain your code.
This obviously implies you actually care about who will maintain such best