|
|
|
|
|
by coldtea
4359 days ago
|
|
>That's probably more a matter of taste. Go has a reflect package which allows the programmer to determine type at runtime, making generics unnecessary. That's not "making generics unnecessary". That's "using an ugly hack that throws typesafety away instead of a proper solution". And it's more familiar than generics, that's what Java had before they understood that they had to have generics. |
|