Program logic bugs vs input/environmental errors

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Mon Sep 29 04:54:39 PDT 2014


On 9/29/2014 4:51 AM, Steven Schveighoffer wrote:
> What about:
>
> File f;
> f.open(null);
>
> Is that an environmental error or User error?

Passing invalid arguments to a function is a programming bug.



More information about the Digitalmars-d mailing list