|
|
|
|
|
by paulie_a
2813 days ago
|
|
I frequently use code generation in python. why write thousands of lines of boilerplate code in any language when you can just generate it? Maybe I'm just lazy but the results are better and more consistent to get something done. |
|
Code generation has so many downsides and Python is so dynamic I can't think what you're doing that couldn't be done better without code generation.