Hacker News new | ask | show | jobs
by adhvaryu 1008 days ago
Imagine the dread if they find out who wrote the code.

Also to be honest, shouldn't this have been better unit tested? Considering aviation is a ~ £60 billion industry for the UK.

4 comments

In their defence, they did manage to process 15 million flight paths before encountering this problem. Some bugs are just really difficult to predict.
> shouldn't this have been better unit tested

Entirely possible there was a unit test that confirmed the system would error out in this particular condition. This sounds more like a requirements issue.

Not a unit test problem.

Relying on it's unit tested strong systems does not make. There's a lot more to testing.

> Also to be honest, shouldn't this have been better unit tested?

We don't know how well it was tested. (unit or otherwise)

What we know that it has processed 15 millions of flight plans previously without revealing this flaw. So they must have got some things right.