|
|
|
|
|
by elbear
817 days ago
|
|
I don't see fewer variables as something good. On the contrary, I find a long "flow" or chain of function calls harder to read or grok. Variables also help readability, because the name can help you discern what those functions return. |
|