Boeing crash :
Instead of writing :
IF AOA > 15 AND AOA < 25 THEN RUNAWAY_TRIM();
They wrote :
IF AOA > 15 THEN RUNAWAY_TRIM();
And 500 lives lost.
https://philip.greenspun.com/blog/2019/04/08/boeing-737-max-crash-and-the-rejection-of-ridiculous-data/
- Comments:
- // that wasn't the literal cause, or the only cause per se.