I have heard several times that creating unnecessary instance variables is bad practice, but can't figure out why it is a bad practice?
What effects does it have if we use unnecessary instance variables in our application?
Any help would be appreciated, thanks in advance.