|
|
|
|
|
by jeanetienne
3951 days ago
|
|
Am I the only one to be bothered by the fact that both examples of codegen/generated code shows that you have to write more codegen to generate less actual code?
In the first example there more than twice the amount of code written in the codegen than in the generated code...
I know they are simple example but still, if I have to write more code for all the simple getters/setters, it defeats the purpose of the codegen which is to "reduce boilerplate".
Am I missing something? |
|