What are good arguments to convince others to comment their code?
I notice many programmers favor the perceived speed of writing code without comments over leaving some documentation for themselves and others. When I try to convince them I get to hear half baked stuff like "the method/class name should say what it does" etc. What would you say to them to change their minds?
If you are against commenting, you please consider answering the opposite question When NOT to comment code instead, or just leave comments. This should be a resource for people trying to convince people to comment the code, not otherwise. :-)
Other related questions are: Commenting code, Do you comment your code and How would you like your comments.
