mastermind@lemm.ee to Programmer Humor@lemmy.ml · 2 years agowhy not a,b or x,y?lemm.eeimagemessage-square97fedilinkarrow-up1654arrow-down142
arrow-up1612arrow-down1imagewhy not a,b or x,y?lemm.eemastermind@lemm.ee to Programmer Humor@lemmy.ml · 2 years agomessage-square97fedilink
minus-squarementuri@lemmy.mllinkfedilinkEnglisharrow-up2·2 years agoI started using the first letter of the thing I am iterating over. This is particularly helpful with nested loops so I can easily remember which index variable corresponds to which thing.
I started using the first letter of the thing I am iterating over. This is particularly helpful with nested loops so I can easily remember which index variable corresponds to which thing.