September 22, 2003
Java Idioms

Thanks to V S Babu, I found this great Java Idioms page.

There's enough here for a thousand posts. Well, five or six, anyway. ;-)

For starters, see Immutable Value for a good explanation of why value objects should always be immutable, Use Factories To Build Objects to see how and why to avoid the new keyword, Build Interface Implementation Pairs to see how to use interfaces everywhere, and No Null Beyond Method Scope to see how to put an end to those pesky NullPointerExceptions (or at least to make them occur near the source of the problem).

Posted to Java by Simon Brunning at September 22, 2003 02:00 PM
Comments
Post a comment
Name:


Email Address:


URL:



Comments:


Remember info?