and the cat writes the most correct code according to most programming best practices - except for giving meaningful names to constants, variables and functions
Many years ago I remember coming across some code to page through a table. One of the variables was "STARTREK". There were a few moments of "WTF?!?", until I realized that the variable should have been named "StartRec" (allowing for the fact that language of the day was case insensitive, and only allowed 10 letter names)
Comments
and the cat writes the most correct code according to most programming best practices - except for giving meaningful names to constants, variables and functions
Many years ago I remember coming across some code to page through a table. One of the variables was "STARTREK". There were a few moments of "WTF?!?", until I realized that the variable should have been named "StartRec" (allowing for the fact that language of the day was case insensitive, and only allowed 10 letter names)