|
|
|
|
|
by ivanhoe
2672 days ago
|
|
For me it's OK to use i,j,k as loop counters, a and b for sorting algorithms, e for events or exceptions, and x,y,z for coordinates or in simple math operations. Everything beyond that is really out of "everyone is doing it" area, depends on your background, books/people you've been learning from, programming language, etc. |
|