For instance, take this piece of code:
var person = new Person();
or for you Pythonistas:
person = Person()
I
If someone says that is evil, ask them if this is better:
var abc = new Person();