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