Properties are in the end syntactical sugar, they dont add any real behaviour differences on top of a getter/setter. Why does it even matter, when with most modern IDEs, writing there are minimal keystrokes counts to type in a getter or setter. If one does the right and makes all their objects immutable, setters are gone. If builder setters are named property() and getters the same the keystrokes are almost identical... So why all the fuss ?
-- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
