this post was submitted on 09 Jul 2023
592 points (94.4% liked)
Programmer Humor
32410 readers
1 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It depends.
xandyare either elements or coordinates,aandbusually elements though in e.g. Haskell reserved (by convention) for type variables.The
ijklseries is reserved for indices.nmetc. are the counts of something, as such you'll seeicounting up ton. Both are due to mathematical sum notation and general mathematical convention. Random google result:...if you're using a language in which you use
ioften chances are you should stop coding in C and get yourself a language with iterators. Manual loops are a bug magnet.It's a shame iterators in JS are trash for memory if you have a giant array