@[email protected] to Programmer [email protected] • 2 years agowhy not a,b or x,y?lemm.eeimagemessage-square99fedilinkarrow-up1669
arrow-up1626imagewhy not a,b or x,y?lemm.ee@[email protected] to Programmer [email protected] • 2 years agomessage-square99fedilink
minus-square@[email protected]linkfedilinkEnglish2•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.