mastermind@lemm.ee to Programmer Humor · 1 year 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 · 1 year agomessage-square98fedilink
minus-squarementurilinkfedilinkEnglisharrow-up2·1 year 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.