|
|
|
|
|
by simion314
1748 days ago
|
|
An IDE or other tools will generate correct boilerplate code. Seems a gripe from someone that prefers hidden magical code that setups code behind their back. The evil is that someone trained an AI on random text , not even with some AST, so you have garbage in so no surprise you get garbage out. A true AI would understand that "the dev wants trough find all lines of text in a file that have this property", the AI just does "this code string is similar to this other code string using this `black box metric`" |
|
It is much better to generate code on the fly during build, so it doesn’t even go to source control and people can’t modify it.