3 comments

4

The formatted string literals look neat. I could see me using that feature quite a bit.

2

C# released a similar feature recently instead of doing string.Format("foo{0}bar",object); we can do $"foo{object}bar"; It is very convenient.

2

Who gives a shit? I'm still using 2.7 /s