Comment by wwalexander 12 hours ago Swift generics tend to idiomatically use longer names, like Element or View or Content. 2 comments wwalexander Reply girvo 12 hours ago I’ve always done that in my typescript code bases too, and I’ve never regretted it fooooor 9 hours ago Lambdas usually have short variable names because the scope is small, typically half a line. And that is fine, even optimal.
girvo 12 hours ago I’ve always done that in my typescript code bases too, and I’ve never regretted it fooooor 9 hours ago Lambdas usually have short variable names because the scope is small, typically half a line. And that is fine, even optimal.
fooooor 9 hours ago 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.