this post was submitted on 09 Jul 2023
336 points (100.0% liked)

Programmer Humor

854 readers
1 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] DogMuffins@discuss.tchncs.de 8 points 2 years ago (1 children)

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.

[โ€“] karbonkel 2 points 2 years ago

I do this too. I hate using just x, because it's so non-descriptive.