View Single Post
Old 10-28-2005, 08:06 PM   #13 (permalink)
Deliverance
C++ Beginner
 
Join Date: Jul 2005
Location: Ottawa
Posts: 73
Deliverance is on a distinguished road
I guess the other thing I missed was that with the names you have also, it's very easy to mistake (and not know) the purpose of the code, or where it is going at all. I guess i should avoid names such as array, size, word, a, b, i, etc, ? And make it something which will make sense in the future should I ever need to come back to the code and ever figure out what I was doing.
Deliverance is offline   Reply With Quote