Bad array indexing is considered deadly

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Thu Jun 1 03:40:46 PDT 2017


On Wednesday, 31 May 2017 at 21:30:05 UTC, Ali Çehreli wrote:
> How could an Exception work in this case? Catch it and repeat 
> the same bug over and over again? What would the program be 
> achieving? (I assume the exception handler will not arbitrarily 
> decrease index values.)

Other systems work like this: an internal server error is 
reported to the client, client reports an unexpected error to the 
user, and the action is repeated at the user's discretion.


More information about the Digitalmars-d mailing list