Tyler Willingham
1 min readOct 15, 2015

Intentionally long variable/method/argument names are better than arbitrarily short ones.

`p = vehicle_sale_params`

Is simply typing `p` in a couple of places really worth the context lost if this method grows out of control? I’d rather see the verbose but concise representation any day.