You're viewing a single thread.
All Comments
99 comments
I would take this over int a; anyday
71 2 ReplyAmateur! Ints should be called i, j or k.
30 0 ReplyCmon now its illegal to use them anywhere other than iterators
26 0 ReplyI sometimes use
n
as my loop variable (⌐■_■)4 0 Replyn is genrally the max though. “From i=0 to n” is used in math all the time.
2 0 ReplyNot in my code
1 0 ReplyWhich is fine, only it might confuse whoever then has to maintain your code.
1 0 Reply
This is the way
3 0 Reply
int IntegerThatWillBeUsedToIterateOverAListOfItemsAndModifyThem2
18 0 Reply
99 comments
Scroll to top