|
|
|
|
|
by overfeed
381 days ago
|
|
> One of the things we learned very quickly was that having generated source code in the same repository as actual source code was not sustainable My rule of the thumb is to have both in same repo, but treat generated code like binary data. This was informed by when I was burned by a tooling regression that broke the generated code and the investigation was complicated by having to correlate commits across different repositories |
|