35
woops
6y

Seems fine to me

Comments
  • 0
    That is the one thing that really keeps me from using go
  • 0
    When would you need generics and not be able to use interfaces instead?
  • 0
    For example when I want to implement own containers (Set, List,...) or when I want to write Elastic search queries. There are so many usecases where generics are usefull. It's the same problem I have with C. I just don't have the typesafety I want and need casts everywhere.
Add Comment