|
|
|
|
|
by WhaleBiologist
4963 days ago
|
|
I don't think short variable names are bad per se. To me their context in the surrounding code is more important. I've seen some beautifully, long, descriptive variable names, but the clarity their names afford counts for nothing if they reside in a huge recursive voodoo function with multiple execution paths and excessive use of loops. Nothing can save you then :) |
|