|
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.
|