Sorry to say that I'm one of those guys.
I never comment code that is straightforward and easy to understand if I succeed with naming classes, methods and variables right.
If I need to solve something in an illogical way due to other requirements/bugs that are out of my control I comment it.
I have read to many comments stating the obvious or that are just plain wrong.
No comments are better than comments with errors. The code is the only true fact.