Tagged Questions
12
votes
7answers
732 views
How to spread awareness for generic programming among team members?
I am staying in an environment, where people believe:
Java generics are the feature exclusively used for library writing
and not for the real coding.
C++ is an OO programming language; template is ...