if (car.speed() > 2 * SPEED_LIMIT)
generateAlert("Watch out for cops!");
And I completely agree with this statement. Thus good code is self-explanatory and does not require comments. On the other hand comments will never rescue bad code. Sure, we can use something like "TODO: I will fix this dummy trick in the next iteration", but no more than it.



