All about Generics
I ran across this cool post on a Natural Language Processing blog. The site distributes a tool that I’m using for an NLP project as part of my masters degree. The post discusses how they refactored to use generics and has some great discussion and recources on the topic.
"My major complaint about Java when I first saw it was the lack of parametric typing. Many, if not most, of my programming errors are from assigning something to the wrong argument. I’m hopeless in Perl, for instance. As always, be careful what you wish for. Little prepared me for the complexity of Java 1.5 generics." Read the entire post here.
