𝔻𝔼𝕍𝕀𝕃𝕀𝕊ℍ@lemmy.worldBanned from community to Programmer Humor@lemmy.ml · 2 years agoAaargh....my eyes......my eyes......lemmy.worldimagemessage-square98linkfedilinkarrow-up1628arrow-down112
arrow-up1616arrow-down1imageAaargh....my eyes......my eyes......lemmy.world𝔻𝔼𝕍𝕀𝕃𝕀𝕊ℍ@lemmy.worldBanned from community to Programmer Humor@lemmy.ml · 2 years agomessage-square98linkfedilink
minus-squareintelisense@lemm.eelinkfedilinkarrow-up31·2 years agoAmateur! Ints should be called i, j or k.
minus-squareRogueBanana@lemmy.ziplinkfedilinkEnglisharrow-up27·2 years agoCmon now its illegal to use them anywhere other than iterators
minus-squareFooBarrington@lemmy.worldlinkfedilinkarrow-up4·2 years agoI sometimes use n as my loop variable (⌐■_■)
minus-squareSorryQuick@lemmy.calinkfedilinkarrow-up2·2 years agon is genrally the max though. “From i=0 to n” is used in math all the time.
minus-squareSorryQuick@lemmy.calinkfedilinkarrow-up1·2 years agoWhich is fine, only it might confuse whoever then has to maintain your code.
Amateur! Ints should be called i, j or k.
Cmon now its illegal to use them anywhere other than iterators
I sometimes use
n
as my loop variable (⌐■_■)n is genrally the max though. “From i=0 to n” is used in math all the time.
Not in my code
Which is fine, only it might confuse whoever then has to maintain your code.
This is the way