string need to be robust

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Mar 13 13:59:21 PDT 2011


Crash -> Have fun stepping through your code with a debugger, or
worse, observe disassembly.
Throw -> (Hopefully) get an informative error message, which could
mean you'll be able to fix the bug quickly.


More information about the Digitalmars-d mailing list