▲ | AstroBen 5 days ago | ||||||||||||||||||||||
It's weird how C# can elicit such an eugh response, and TypeScript gets so much love. They're.. made.. by.. the.. same.. people I agree people really need to update their mental model of where dotnet is at. I worked with it on Linux and it's a great experience | |||||||||||||||||||||||
▲ | porridgeraisin 5 days ago | parent [-] | ||||||||||||||||||||||
Probably because the standard way of writing C# is too OOP-ish (for lack of a better term). Typescript lets you write just usual functions handling mostly typed objects, which is about as much abstraction as most people want (except for 1-2 classes for stuff like `BTree`), and as much typing as most people want. | |||||||||||||||||||||||
|