|
|
|
|
|
by xenadu02
828 days ago
|
|
The project was not really designed to reach interstellar space originally. It was a somewhat rushed program to take advantage of the "Grand Tour" where the gas giants would all be aligned enough that a gravity-assist orbit could allow a spacecraft to fly by each of them. The alignment in question only happens every 175 years. The interstellar portion was an add-on after the success of the original mission. The spacecraft were still operating so why not just keep operating them? No one designing or building the probes imagined they'd still be operating 50+ years later. Even if they did space programs are constantly under threat from budget cuts so you can't exactly waste money on what-ifs for the future: you must focus on making the official mission succeed. Also remember that the "desktop PC" was not yet a thing when this was designed. Engineers were drawing everything on paper. Storage space was extremely expensive in any case. A modern program would (and most do!) put various versions of drawings in a version control system. Source would use an SCM so code history would be available. Even things like meeting notes would be available and searchable digitally. |
|
As you mention:
> available and searchable digitally.
Even with 100% everything written down, it takes a while to build up that context, and even carefully written documentation can have subtleties which send a consumer the wrong way.
Things are a lot easier than they used to be, but still not easy-easy.