[Issue 13388] accept '@' before 'nothrow', 'pure', 'final', 'abstract' and 'override'

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Aug 29 00:03:25 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13388

bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc

--- Comment #8 from bearophile_hugs at eml.cc ---
I don't think this is a good idea because:
- It goes against the rule that there should be only one obvious way to do
something;
- It's a change that introduces nothing new that is useful in D;
- It will increase the frequency of the '@' symbol in D source code, that I
find noisy to read and not easy to write with my keyboard;
- This topic was discussed a lot (tens or hundreds of posts) in past when
@trusted, @safe and @system were introduced. I don't think there are new points
to be added now.

So I vote for wontfix.

--


More information about the Digitalmars-d-bugs mailing list