meetings/2015/LDM-2015-05-25.md
Discussion for these notes can be found in https://github.com/dotnet/roslyn/issues/3912.
Today we went through a bunch of the proposals on GitHub and triaged them for our list of features in issue #2136. Due to the vastness of the list, we needed to use some criterion to sort by, and though far from ideal we ordered them by number of comments, most to least.
Here's where we landed, skipping things that were already "Strong interest". Some are further elaborated in sections below.
This needs more thinking - let's not just implement the straightforward design. There are perf issues, for instance, around implementing through the IEnumerable<T> interface instead of arrays directly.
Not a coherent proposal. But even if there was one, we probably wouldn't want it in C#.
These are mostly subsumed by local functions, which we'd rather do. It has some individual usefulness but not much synergy.
We want to think this together with withers, not sure what form it would take.
We recognize the scenario but it's not worthy of a feature.
Roll it in with params IEnumerable discussion for investigation.
Never! We won't bake in a specific format.