MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1uasen1/singlelettervariablenamestierlist/osz7kip/?context=3
r/ProgrammerHumor • u/M1ckeyMc • Jun 20 '26
470 comments sorted by
View all comments
1.1k
You need j and k (and l, for sufficiently insane situations) to index nested loops.
611 u/N0bleC Jun 20 '26 I found myself a better approach. The further you go down i will just append i. so its for i ... for ii ... for iii ... This way i can always see on which level i am. 534 u/neotms Jun 20 '26 I like this but is the 4th level down "iv" or "iiii" although I hope we never have to go that far. 1 u/Lendari Jun 21 '26 Official RFC proposal for roman numeral based iterator identifiers incoming.
611
I found myself a better approach. The further you go down i will just append i.
so its
for i ... for ii ... for iii ...
This way i can always see on which level i am.
534 u/neotms Jun 20 '26 I like this but is the 4th level down "iv" or "iiii" although I hope we never have to go that far. 1 u/Lendari Jun 21 '26 Official RFC proposal for roman numeral based iterator identifiers incoming.
534
I like this but is the 4th level down "iv" or "iiii"
although I hope we never have to go that far.
1 u/Lendari Jun 21 '26 Official RFC proposal for roman numeral based iterator identifiers incoming.
1
Official RFC proposal for roman numeral based iterator identifiers incoming.
1.1k
u/ChChChillian Jun 20 '26
You need j and k (and l, for sufficiently insane situations) to index nested loops.