Thread: var names
View Single Post
Old May 11th, 2006, 10:48 AM   #41
King
Professional Programmer
 
King's Avatar
 
Join Date: Jan 2006
Location: Ontario, Canada
Posts: 378
Rep Power: 3 King is on a distinguished road
I type out the names as I go... it is good practice this way because if you are doing a complicated algorithm using crappy non-descriptive var names, you won’t understand it 5 mins after you finish it. I also really hate it when people put the var type at the beginning of the name, you should be able to tell what type it is by the code. I also hate it when people have underscores in the var names, it makes it harder to read cause they look like spaces.
__________________
I am Addicted to Linux!
King is offline   Reply With Quote