Hello
I'm clearly in need of improving my knowledge in this Java field, or I'm doomed to produce "look the same but not exactly" code.
I'm already have the bases... but I'm looking for a training / tuturial oriented only to this.
Thanks
Hello
I'm clearly in need of improving my knowledge in this Java field, or I'm doomed to produce "look the same but not exactly" code.
I'm already have the bases... but I'm looking for a training / tuturial oriented only to this.
Thanks
It sounds like maybe you're missing out on some design patterns and refactoring techniques. There's not really any way to learn this over night, but if you read up on some of the design patterns that are out there, it might get you thinking about how you could write code to be a little more generic and reusable.
I would suggest getting Cay Horstmann's book 'Big Java'. This is the book that I have used for all 3 of my college Java courses.
http://www.amazon.com/Big-Java-Cay-S-Horstmann/dp/0470105542/ref=pd_sim_b_1
The book written by one of the designers of Java Generics, Philip Wadler
You seek the one called Skeet.
I've learned more about generics reading his answers to questions tagged Generics than in any book.
Hello, for a good and short introduction I recommend the PDF Generics in the Java Programming Language by Gilad Bracha.