• PlusMinus@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    29 days ago

    Nah, C# suffers from a lot of the same shit Java does. Needing everything to be a class is just no longer a good design choice (if it ever was). AOT support is still lacking. I don’t get, why it does not have typdefs. I think the solution / project structure is unnecessary and I could probably think of more stuff I dislike about C#. But imho, it still beats Java.

    Golang is my choice over C# any time. I strongly prefer how interfaces are handled and I actually like the error handling.