DIP64: Attribute Cleanup

Shammah Chancellor via Digitalmars-d digitalmars-d at puremagic.com
Sat Jun 21 10:56:37 PDT 2014


On 2014-06-20 19:22:02 +0000, Brian Schott said:

> http://wiki.dlang.org/DIP64
> 
> Attributes in D have two problems:
> 1. There are too many of them and declarations are getting too verbose
> 2. New attributes use @ and the old ones do not.
> 
> I've created a DIP to address these issues.

I like it, but I think the attribute sets should be based on then alias 
syntax though.

alias @attributeSet = (@attribute1, @attribute2, @attribute3);



More information about the Digitalmars-d mailing list