Hacker News new | ask | show | jobs
by const_cast 344 days ago
C# is nominally typed, which, in practice, leads to safer code and less type gymnastics. Of course you can avoid the type gymnastics with "any", then you you're sacrificing safety.