I have been told to use a meaningful variable name for years. However, every time I've tried to debug some JavaScript code and dig in to the third party framework, I found that every JavaScript framework would have variable names like a
, ac
, b
, c
.
Why are such short variable names common practice? It seems like it would harm maintainability.