Ashish to [email protected] • edit-21 year ago[@linux](https://lemmy.ml/c/linux) [@programmerhumor](https://lemmy.ml/c/programmerhumor) [email protected]files.mastodon.socialimagemessage-square47fedilinkarrow-up1353arrow-down148file-text
arrow-up1305arrow-down1image[@linux](https://lemmy.ml/c/linux) [@programmerhumor](https://lemmy.ml/c/programmerhumor) [email protected]files.mastodon.socialAshish to [email protected] • edit-21 year agomessage-square47fedilinkfile-text
minus-squareEager EaglelinkEnglish3•edit-21 year agothat’s good too. I recommended k over j if using single letters, but I actually tend to use idx when using indices, and more descriptive idx_this, idx_that for rare index-based nested loops.
that’s good too. I recommended
k
overj
if using single letters, but I actually tend to useidx
when using indices, and more descriptiveidx_this
,idx_that
for rare index-based nested loops.