Chris Boget wrote:

What is the name of the notation that has variable names
prefixed with the first letter of the type of the variable?  eg.

int iVar;
float fVar;
string sVar;

That's Hungarian notation (named after a guy that worked at MS that came up with it, iirc).


The $VarNameLikeThis is called Camel Case

--
Burhan Khalid
phplist[at]meidomus[dot]com
http://www.meidomus.com
-----------------------
"Documentation is like sex: when it is good,
 it is very, very good; and when it is bad,
 it is better than nothing."

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to