Methods should be named after what they do as far as the caller is concerned. They shouldn’t be named based on how they do it.

Variables should be named after what they store. They shouldn’t be named based on how they’ll be used.