.NET (OK, C#) finally gets union types
andrewlock.net
.NET (OK, C#) finally gets union types
1–10 of 300 posts
Re: .NET (OK, C#) finally gets union types
#2Re: .NET (OK, C#) finally gets union types
#3Re: .NET (OK, C#) finally gets union types
#4Not entirely convinced that I see the usecase that makes up for the potential madness.
Re: .NET (OK, C#) finally gets union types
#5Re: .NET (OK, C#) finally gets union types
#6Re: .NET (OK, C#) finally gets union types
#7I mean yes, but also: uh-oh. I'm looking forward to reading some code that is even more confusing than the code I'm already reading. Not entirely convinced that I see the usecase that makes up for the potential madness.
Re: .NET (OK, C#) finally gets union types
#8Re: .NET (OK, C#) finally gets union types
#9I mean yes, but also: uh-oh. I'm looking forward to reading some code that is even more confusing than the code I'm already reading. Not entirely convinced that I see the usecase that makes up for the potential madness.
Union/sum types are generally a good thing. Even Java added them. They tend to be worth “the madness”. Now the rest of all the crazy C# features might be a different question.
Re: .NET (OK, C#) finally gets union types
#10I used to see some excitement around .net core several years ago. I haven’t heard or seen much in the wild. Is anyone using .net on systems other than windows nowadays?
It’s a very decent language (I mean C#) and runtime, I wish it had more market share in the startup world.