this post was submitted on 28 Mar 2024
608 points (98.1% liked)

Programmer Humor

31812 readers
489 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 27 points 4 months ago (2 children)

Cmon now its illegal to use them anywhere other than iterators

[–] [email protected] 4 points 4 months ago (1 children)

I sometimes use n as my loop variable (⌐■_■)

[–] [email protected] 2 points 4 months ago (1 children)

n is genrally the max though. “From i=0 to n” is used in math all the time.

[–] [email protected] 1 points 4 months ago (1 children)
[–] [email protected] 1 points 4 months ago

Which is fine, only it might confuse whoever then has to maintain your code.

[–] [email protected] 3 points 4 months ago

This is the way