upvote
I’ve always done that in my typescript code bases too, and I’ve never regretted it
reply
Lambdas usually have short variable names because the scope is small, typically half a line. And that is fine, even optimal.
reply