D

Brad Roberts braddr at puremagic.com
Sat Nov 15 15:06:33 PST 2008


Walter Bright wrote:
> Tim M wrote:
>> I think you're thinking of Java. Those guys are shit scared of public
>> properties. Get & Set for everything.
> 
> I never really understood the fear of that, either.

Getters/Setters makes up for lack of 'const'.  Can't change it if
there's no setters.  Also, setters are important for all of java's
reflection systems, especially the IoC systems such as spring.

Later,
Brad



More information about the Digitalmars-d mailing list