Hacker News new | ask | show | jobs
by seanmcdirmid 3145 days ago
Typescript’s type system is completely structural and unsound. It is very different from C#’s, fitting JavaScript well but not a better more powerful C# by far.
1 comments

I didn't say better. I said "more powerful" and I said that in terms of expressive power.

C#'s type system is usually better except from the times that I feel creative. Works perfectly for large codebases with many changes. Not fun for side-projects.