Software does what it is programmed to do. Period. Ask anyone who writes code how many times their software just started doing random shit they didn't write. The answer is likely never, errors in code don't typically do anything other than break the code unless you write a function to handle the error.
Software does what it is programmed to do. Period. Ask anyone who writes code how many times their software just started doing random shit they didn't write. The answer is likely never, errors in code don't typically do anything other than break the code unless you write a function to handle the error.