Next Generation Java Programming Style
http://codemonkeyism.com/generation-java-programming-style/
This blog post suggests some coding idioms that are different from mainstream.
http://codemonkeyism.com/generation-java-programming-style/
This blog post suggests some coding idioms that are different from mainstream.
Comments
Excellent recommendations. They are not so different from mainstream, except the last one. Public fields at DTOs - it's so right, finally someone is stating that.