After reading some Java beginners books and being comfortable with Java, what should I read next in order to write better/standard code?
|
|
Head First design patterns |
||
|
|
|
|
I am currently trying to archive all language books in one thread. If you guys don't mind, could you post your java book suggestions in This topic as well? |
||
|
|
|
|
Although not specifically Java, Code Complete by Steve McConnell covers a lot of what you want in ways that apply to multiple languages. |
||
|
|
|
|
I second Josh Bloch's book, and also recommend Bruce Tate's Faster Lighter Better Java. |
||
|
|
|
|
I think Brian Goetz's Java Concurrency in Practice is a must. |
||
|
|
|
|
I personally consider Effective Java by Josh Bloch a must. |
||
|
|
