Use names consistently The second important property of good names is consistency. In any program there are certain variables that are used over and over again.
This would mean across the whole application; i have definitely been guilty of not using consistent names between modules - need to correct this.