Proposal: Package aliases

Robert Fraser fraserofthenight at gmail.com
Thu May 15 15:07:13 PDT 2008


Leandro Lucarella wrote:
> It's like getters/setters, you can say: in Java I never need to write my
> getters and setters because the IDE do it for me. In D you don't have to
> write them either, and for that, you don't have to rely on an IDE and you
> have shorter, cleaner code which is easier to read and maintain.

Err.... you don't? The D convention is to use the property syntax, but 
you still need to write the methods.



More information about the Digitalmars-d mailing list