While we're lynching features, how bout' them omittable parens?

Christopher Wright dhasenan at gmail.com
Tue May 19 15:20:53 PDT 2009


Ary Borenszweig wrote:
> That's what I said it's a contract on the semantic of properties. :)
> 
> But now I'm curious: what kind of properties do you write?

A getter that does calculations and caches the results (rarely).

A proxied getter that does lazy loading from a database table (like 
NHibernate).

Mocks.



More information about the Digitalmars-d mailing list