Why? Printed code is code, NASA/Military does it for formal review. I've worked on avionics systems that are developed in similar fashion. You ought to be able to explain what it does. Most of it is going to be plumbing. Call this, fetch that, join foo, collate bar.
Strong arming Elon's intentions, may be he is used to perhaps how code reviews work in Space industry? Sometimes old school ways are fine, under the hood it is just code.
No, no they do not. I've worked for the government and in that sector. We did not print code to review it. That might've been a thing a decade or two ago, but it is not a thing now and for good reason. And I would strongly question the technical capabilities of a team that was not able to adapt to modern tools even for older codebases. What exactly is your citation that they still do that?
It is simply much quicker and much more efficient to do something like a proper code share in an office with one person driving the code and being able to jump between areas of the code.
To say it bluntly: Anyone that uses printed code for code reviews is wrong. It assumes all functionality is colocated and nearby. It wastes time by forcing people to index through multiple pages of paper. Anyone that demands it should see prompt pushback.
I worked in 2010, so yea it might have moved on. It's probably in powerpoints now ;-) I worked in military (not space) though. I still know people there and I'd guess it is not that modern. We'd also make bluebooks in 2010 with code printed and neatly bound in them.
I worked both in the military and the military industry in the early 2000 and we never printed out any code for review.
We did have very thorough design documents and manuals and all of them have been printed (including documented function headers) as the contract dictated, but we only used the original word documents and the version control system to review our code.
Strong arming Elon's intentions, may be he is used to perhaps how code reviews work in Space industry? Sometimes old school ways are fine, under the hood it is just code.