When are there just too many generics?

18 04 2008

Generics are a pretty cool language feature. They provide type safety and felxible reuse at the same time, and I reckon that’s pretty cool. However as with all the other cool language features – like implicit typing, you need to be responsible with them. The question is though, when do you have too many generics? Read the rest of this entry »