Vision for the D language - stabilizing complexity?

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Fri Jul 15 23:43:59 PDT 2016


On 7/15/2016 11:12 PM, Shachar Shemesh wrote:
> So, would you say you shouldn't use D unless all of your code is @safe? Most?
> Some? None?

The idea is to minimize the use of @system.

If you've got a large team and large codebase, the use of @system should merit 
special attention in code reviews, and should be in the purview of the more 
experienced programmers.

There's way too much @system in Phobos, and I expect most of it can be scrubbed out.



More information about the Digitalmars-d mailing list