mastermind@lemm.ee to Programmer Humor · 2 years agowhy not a,b or x,y?lemm.eeimagemessage-square98fedilinkarrow-up1675arrow-down143
arrow-up1632arrow-down1imagewhy not a,b or x,y?lemm.eemastermind@lemm.ee to Programmer Humor · 2 years agomessage-square98fedilink
minus-squarementurilinkfedilinkEnglisharrow-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.