Non-null objects, the Null Object pattern, and T.init

Walter Bright newshound2 at digitalmars.com
Sat Jan 18 23:40:10 PST 2014


On 1/18/2014 6:33 PM, Walter Bright wrote:
> You elided the qualification "If it is a critical system". dmd is not a safety
> critical application.


And I still practice what I preach with DMD. DMD never attempts to continue 
running after it detects that it has entered an invalid state - it ceases 
immediately. Furthermore, when it detects any error in the source code being 
compiled, it does not generate an object file.



More information about the Digitalmars-d mailing list