View Single Post
Old 03-09-2008, 08:33 PM   #25 (permalink)
Gareth
The Acquainted
 
Gareth's Avatar
 
Join Date: Jan 2008
Posts: 136
Thanks: 4
Gareth is on a distinguished road
Default

I have recently got into the habit of using prefixes to my variables. Such as:

a mysql query = $qQueryName
a result = $rQueryName
a message = $mMessageName
a variable = $vVariableName

They really do help me, at least, structure my code and makes them easy to see what they are.

Thanks for the great read, VI.
Gareth is offline  
Reply With Quote
The Following User Says Thank You to Gareth For This Useful Post:
ReSpawN (03-09-2008)