|
|
|
|
|
by Unroasted6154
370 days ago
|
|
What makes you think it was completely untested?
The condition that triggered the null pointer exception was obviously not tested, but it doesn't mean it didn't have tests or even 100% unit test coverage for the coverage tools. In addition it looks like the code was not ready for production and the mistake was not gating it behind a feature flag. It didn't go through the normal release process. |
|
I don't think "completely untested" is correct but tested way below expectations for such structural piece of code is a lesson they should learn, it does look like an amateur-hour mistake.