>Sorry but descriptive names are clarifying what the code is doing
Generally speaking this is true. However, when you are debugging, this no longer is true. When variables say what they are supposed to be, then it is more difficult to see that they are something else.
Sorry but descriptive names are clarifying what the code is doing, or are not descriptive.