Since FORTRAN, we have had digits in variable names. This was to support the mathematical practice of variable names that are short, cryptic, and lazy.
I just noticed that I do not use digits in my best programs. Is the use of digits in variable names a bad practice? Would it be best to limit ourselves to letters and the occasional underbar?
Are digits in variable names