|
|
|
|
|
by eecks
3443 days ago
|
|
I always name my variables descriptive names. For example, if I am in a loop and the variable represents a "record" I will name it record rather than r. It's much more readable and you're less likely to get name clashes with other functions (r could be lots of things (even in the same file) - render, record, row, red, right) |
|