View Single Post
  #2 (permalink)  
Old 07-21-2012, 02:53 PM
Eric Sosman
Guest
 
Posts: n/a
Default Re: Java Programming Best Practices

On 7/21/2012 10:19 AM, clusardi2k@aol.com wrote:
> I have a dozen books on java, but no book specifically on best practices. What do you think. Will some thing short suffice.


I like "Effective Java" by Josh Bloch. This book is about
best practices down in the trenches: How to write good Java code
and what to avoid that would make it less good. It's not much
concerned with best practices at the Big Picture level -- system
design, data integrity and security, etc. -- but an excellent
resource at the let's-write-some-code level.

--
Eric Sosman
esosman@ieee-dot-org.invalid
Reply With Quote