lecture note
# Q & A
Flight control software on a commercial airplane VS web development
- Error tolerance is very small
- They have to define and adhere to much more stringent quality/safety standards compared to web developers
- Safety critical/finance critical
- More planning at the outset
- All possible fail safe features need to be considered
- The damage of software failures is simply unimaginable
Missle guidance system
- Can trigger war

Java is safer than C
Should be
- Ada (for the military)
- Rust (for the military, more modern)
- Java
- Python
- C (memory)
上次更新: 2022/12/04, 16:55:22