mastermind@lemm.ee to Programmer Humor@lemmy.ml · 1 year agowhy not a,b or x,y?lemm.eeimagemessage-square100fedilinkarrow-up1669arrow-down143
arrow-up1626arrow-down1imagewhy not a,b or x,y?lemm.eemastermind@lemm.ee to Programmer Humor@lemmy.ml · 1 year agomessage-square100fedilink
minus-squareDogMuffins@discuss.tchncs.delinkfedilinkarrow-up12·1 year agoI’ve gotten used to using the singular form as in… records.filter((record) => …) Not saying this way is better but it works for me.
minus-squarekarbonkel@beehaw.orglinkfedilinkarrow-up2·1 year agoI do this too. I hate using just x, because it’s so non-descriptive.
I’ve gotten used to using the singular form as in…
records.filter((record) => …)
Not saying this way is better but it works for me.
I do this too. I hate using just
x
, because it’s so non-descriptive.