Загрузка видео...
Не удалось загрузить видео
How NASA Writes Space Proof Code
11,826 просмотров • 1 год назад •via X (Twitter)
Комментарии: 4

Mohit Mishra1 год назад
Source:

Solar Heavy1 год назад
where space meets sound

Gautam Ramachandra1 год назад
I have been pondering about this coding standards by looking at NASA’s own code made available on GitHub, they themselves most of the times don’t follow, example in NASA CFE in GitHub under flight software (fsw)they have been using pointers instead they could have used message passing with data copying (there are many like that although they have followed their rules to some level) Also modern C++ has evolved so some things can be used like bounded recursion.

Krishna1 год назад
you have a very inquisitive mind
