@hudsonb yes, as I updated my article and put it on Medium I realized we needed to apply that to bin operators. If you can put in a PR that would be awesome, and I can update the blog article.
h
hudsonb
02/01/2019, 4:06 PM
Can be done as a separate PR since it's a breaking change, but any thoughts on moving
valueSelector
to the last parameter so the lambda can be moved out of the parentheses?
I suppose I could just add an override and leave the existing ones as is.
👍 1
t
thomasnield
02/01/2019, 4:10 PM
@hudsonb That makes sense to do.
h
hudsonb
02/01/2019, 4:42 PM
Shoot doesn't help much, it becomes ambiguous when you want to use named parameters.
This was more interesting than what I am currently debugging, so worked on this through lunch. PR submitted!