No.12395282 ViewReplyOriginalReport
why do people use dyslexia inducing variables especially in their code, for example in nested loops why use i, j, k. especially the i and j. wouldn't it be easier to mentally process variables which have distinct shapes? something like t, n, v would make it easier on the eyes when reading code but instead i have to deal with people who use i and j making me double check visually which character they used for an array index every time