Hacker News new | ask | show | jobs
by lederhosen 2851 days ago
Generics are useful all the time. That is why Go has generic Maps and slices. The question is why I am not allowed to use other generic collections.
1 comments

No, generic collections are pretty much useful all of the time. Other generic things are useful when done well.