On Feb 13, 2008 12:48 AM, Thomas Hruska <[EMAIL PROTECTED]> wrote: [...] > Naming your variables 'double1' and 'double2' isn't very descriptive and > just seems like a bad idea to me. Hungarian notation.
It's not, strictly speaking, proper Hungarian notation (Robert's describing the underlying datatypes in the variable name, not the type of data which is what Hungarian is about): http://www.joelonsoftware.com/articles/Wrong.html -- PJH http://shabbleland.myminicity.com
