|
|
|
|
|
by learn_more
1902 days ago
|
|
I'm the opposite. I like the short aliases, esp. when there are many tables. Short aliases can all be the same length, and therefore align better for better readability, and they don't pollute the visibility as overly-verbose table names do. In code, I like the length of the variable name to be proportional to the size of the scope. Small scope -- short variable names. |
|