I agree that is important to comment "why" you are doing something, but I highly disagree on "code tells you how".
To me "how" is important to read code faster, skipping between blocks and finding what I was looking for.
Code is meant for machines, comments for humans.