DIP 1028---Make @safe the Default---Community Review Round 1

Jesse Phillips Jesse.K.Phillips+D at gmail.com
Fri Jan 3 06:14:10 UTC 2020


On Thursday, 2 January 2020 at 09:47:48 UTC, Mike Parker wrote:
> This is the feedback thread for the first round of Community 
> Review for DIP 1028, "Make @safe the Default":
>
> https://github.com/dlang/DIPs/blob/1b705f8d4faa095d6d9e3a1b81d6cfa6d688554b/DIPs/DIP1028.md
>

I would part of the rational would be: A large portion of 
functions should find themselves performing safe operations. 
Leaving off prevents the use of safe functions which were not 
evaluated for safety (safe functions remain usable in system 
functions).

This would be the same rational to apply nothrow by default. 
Though it may not have the same qualities of benefits.


More information about the Digitalmars-d mailing list