|
|
|
|
|
by Roboprog
5366 days ago
|
|
I liked the comments about immutability in the article, even from an OOP standpoint. After having read the "Eiffel" book 20 years ago, and being exposed to programming by contract and class invariants, the whole java-bean concept made me want to vomit. "Here's an object" -- too bad it's not good for anything yet, but eventually it will be! (good luck). Beans have to be almost the #1 anti-pattern in Java. |
|