(no title)
nevercomments | 8 years ago
It is very common (especially in libraries) to pass `interface{}` around and use reflection to do manual type checking and type casting.
With generics the code that uses `interface{}` today would actually be much more readable, because the intention of the author would be clear.
No comments yet.