100% agree Untested = Broken Tested = Prob broken Audited = Prob missed something You need redundancy
Tim Sweeney
Tim Sweeney2.11.2019
Here’s a good rule on code correctness. All code you haven’t tested is wrong. All code you have tested is also wrong, but appears to work by coincidence. And code you’ve proven correct does the wrong thing, correctly.
678