|
|
|
|
|
by zamalek
3031 days ago
|
|
.Net is also well designed. Some of the most subtle design choices drastically exaggerate poor choices in other languages - one example that has always stuck with me is how well C# namespaces are designed. Not only because they are frictionless, but also because of the lack of global namespace types in the standard library. It's a tiny detail, but .Net is just that: hundreds of well-executed small details. |
|
I'm not one bit surprised this is the the guy leading the C# effort's second or third language.