631
why not a,b or x,y?
(lemm.ee)
Post funny things about programming here! (Or just rant about your favourite programming language.)
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.