|
there's nothing worse than working on someone else's code, and getting constant compile errors because you're spelling the variable names correctly that they originally misspelled. it's also a nice way to introduce errors. imagine having a global variable named 'response', a local var named 'responce', and accidentally typing it correctly. you can spend hours debugging that kind of crap.
|