DIP23 draft: Fixing properties redux

Jacob Carlborg doob at me.com
Tue Feb 5 00:29:37 PST 2013


On 2013-02-05 05:18, Andrei Alexandrescu wrote:

> The purpose is to replace members with properties, not to change one's
> mind back and forth. There will be no marking of variables with
> @property as that can be easily achieved by actually making them
> properties.

Why not? That will just require needless boilerplate code, wrappers just 
forwarding to instance variables.

I have wanted to have this since the introduction of the @property keyword.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list