[nycphp-talk] About Human Readable Variable Names Moving Among PHP, HTML and MySQL
David Krings
ramons at gmx.net
Wed Sep 27 14:53:14 EDT 2006
At 11:48 AM 9/27/2006, you wrote:
>$willGoBakUnderMySteamyPileNow = true;
>
>ahh, now there's a variable name!
Why not be consistent and make the"w" be upper case as well
$WillGoBackUnderMySteamyPileNow = true;
...and spelling variable names correctly is a plus as well. I wouldnät
count on mistyping it every time. ;) I canät tell you how often I borked my
script by just leaving out an e or an s in a variable name.
David K.
More information about the talk
mailing list