For instance, take this piece of code:
var person = new Person();
or for you Pythonistas:
person = Person()
I
I say name for what it is: if the variable represents a person with 2 dogs, call it personWith2Dogs. It the variable has short scope (like a loop var) then person is fine.
personWith2Dogs