Code Monkeyism: Go Ahead: Next Generation Java Programming Style
here is a brief summary of style changes recommended:
Final is your new love
No setters
Do not use loops for list operations (hint: Use functional programming style)
Use one liners
Use many, many objects with many interfaces (ie: domain driven design)
Use Erlang-Style Concurrency (huh?)
Use Fluent Interfaces (and Domain Specific Languages)
Data Transfer Objects without setters and getters (yeah, makes your code look simpler)
Monday, June 14, 2010
Friday, June 04, 2010
Subscribe to:
Posts (Atom)