@devilish666 to Programmer [email protected] • 9 months agoAaargh....my eyes......my eyes......imagemessage-square99arrow-up1619arrow-down112
arrow-up1607arrow-down1imageAaargh....my eyes......my eyes......@devilish666 to Programmer [email protected] • 9 months agomessage-square99
minus-square@[email protected]linkfedilinkEnglish26•9 months agoCmon now its illegal to use them anywhere other than iterators
minus-square@[email protected]linkfedilink2•9 months agon is genrally the max though. “From i=0 to n” is used in math all the time.
minus-square@[email protected]linkfedilink1•9 months agoWhich is fine, only it might confuse whoever then has to maintain your code.
minus-square@Ironfacebusterlink18•9 months agoint IntegerThatWillBeUsedToIterateOverAListOfItemsAndModifyThem2
I would take this over int a; anyday
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
int IntegerThatWillBeUsedToIterateOverAListOfItemsAndModifyThem2