Swift generics tend to idiomatically use longer names, like Element or View or Content.
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.
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.