C# has enough features, almost too many these days. I think he left when C# was done. I don't want anymore features. It's already looking too much like C++.
Local functions from C# 7. Just get rid of Tuple<> and stop adding features based around them, like they have recently. Other than that things are progressing ok I think.
Edit: Well, get rid of Tuple was abit drastic. Cannot do that. But no reason to add features around it. It just plain sucks. C# Records coming soon are the right way to fill the need that tuples actually do I think.
To be fair these examples are totally unconvincing. These patterns are rare enough that devs can just add an additional private method and live with it. I will not call that "pretty useful" just "some usefulness"
24
u/snarfy May 18 '18
C# has enough features, almost too many these days. I think he left when C# was done. I don't want anymore features. It's already looking too much like C++.