5 ms·
I’ve always done that in my typescript code bases too, and I’ve never regretted it
by girvo 2mo ago
I’ve always done that in my typescript code bases too, and I’ve never regretted it
- fooooor 2mo agoLambdas usually have short variable names because the scope is small, typically half a line. And that is fine, even optimal.