On Friday, 10 November 2017 at 05:23:53 UTC, Adam Wilson wrote:
MSFT spends a LOT of time studying these things. It would be wise to learn for free from the money they spent.

I just saw this about the new 'damnit' operator, for C# 8.

https://github.com/dotnet/csharplang/issues/556

I thought it was a joke at first, but they are serious.

C# seem to becoming language of operators.

ool? a, b;
...
var x = !a! != b! ? a! : !b!;

Yeah...lets follow there example...they seem to know better.

Reply via email to