Hi Hayden, To be honest I just think some people are lazy. They dont want to take the time to do int myVariable = 0; which would properly initialize an integer variable in most C-style languages and would rather just create a variable on the fly like myVariable = 0 rather than taking the extra time to properly initialize it. I've been programming long enough now that declaring my variables is like second nature. I don't even think about not doing it.
Smile. On 1/29/11, Hayden Presley <[email protected]> wrote: > Hi, > I'm not sure what the whole ruckess is about declaring variables. It just > takes a few more keystrokes. It's like we're telling you to program a new > wrapper each time you use DirectX. > > Best Regards, > Hayden --- Gamers mailing list __ [email protected] If you want to leave the list, send E-mail to [email protected]. You can make changes or update your subscription via the web, at http://audyssey.org/mailman/listinfo/gamers_audyssey.org. All messages are archived and can be searched and read at http://www.mail-archive.com/[email protected]. If you have any questions or concerns regarding the management of the list, please send E-mail to [email protected].
