Comment by aaomidi
And just to add to this, at least in Google generated code is never seen in a code review. That’s all just handled by Bazel behind the scenes.
And just to add to this, at least in Google generated code is never seen in a code review. That’s all just handled by Bazel behind the scenes.
Ah, we draw a distinction between checked-in generated code and JIT generated code, and the former does show up in code review (which is sometimes the point of checking it in - you can easily spot check some of it to make sure the generator behaves as you expect).