|
|
|
|
|
by fuzzy2
1053 days ago
|
|
This is sometimes also called scaffolding, which I think is a better term. Code generation often means (compile-time or otherwise) generation of code from something else (like .proto definitions). Code that is not supposed to be modified by the developer and will be overwritten automatically. |
|
E.g.: https://learn.microsoft.com/en-us/ef/core/managing-schemas/s...