DIP64: Attribute Cleanup

Brian Schott via Digitalmars-d digitalmars-d at puremagic.com
Fri Jun 20 12:22:02 PDT 2014


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.


More information about the Digitalmars-d mailing list