I agree. It is definitely readable but clearly formatting decisions were made to keep line count down over the flow of code. It isn't even just the variable names, things like having a function with a single return statement on one line, while legal, I cannot imagine why someone would do it in a non one off script code.
> having a function with a single return statement on one line, while legal, I cannot imagine why someone would do it in a non one off script code.
I agree. Seems to be a personal preference, but still feels odd.