My supervisors' code features variable names with letters prefixed to them to indicate the variable type i.e. $iCount (for an integer for use as a counter) or $aDeck (array of results from db query about a deck of cards in a gaming application etc). I was told this is standard universal coding practice. is it?