View Single Post
  #22  
Old 02-11-2010, 08:52 PM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Even though most of the languages I use these days don't require it, I tend to declare all the variables I'm going to use at the beginning of a function, thanks to spending a lot of time with C.

That has it's uses, though, other than just being used to it.
Reply With Quote