|
|
|
|
|
by spinny
1652 days ago
|
|
> Hum, I've never seen generics making code harder to reason about in any language, except, of course for C++, where they are hacked over text. do you mean templates? i was under the impression that c++ generics == templates, but after a google search found out that c++ has both (at least according to microsoft), not surprised https://docs.microsoft.com/en-us/cpp/extensions/generics-and... |
|
It is an extremely niche language, extremely rarely used even in the .NET ecosystem, except sometimes as glue code.
Normal C++, including MSVC C++, has only templates.