None
SQ
When to commit Generated code to version control
['Ashish Bhatia']
ashishb.net
Generated code, ideally, should not be committed to version control. Committing generated code can sometimes speed up testing and code generation but it is a design smell. And, Tracking changes to generated code - a perfect example of this is committing openapi.json specifications to version control.