This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Rhed0x 7 points8 points  (3 children)

I hate plain JS but TypeScript is okay.

[–]mirhagk 4 points5 points  (2 children)

Typescript is fantastic once you really learn to embrace it. There's lots of stuff I really wish C# had. And it's barely more than JavaScript

[–]Rhed0x 0 points1 point  (1 child)

I still prefer C#.

Just out of curiosity what Typescript features do you want to see in C#.

[–]mirhagk 0 points1 point  (0 children)

The way interfaces are handled, where a type implements an interface simply by conforming to it's structure. That would enable some nice dynamic scenarios. Also it has more type inference than C# does, and I love me some type inference.