|
|
|
|
|
by spockz
591 days ago
|
|
My main gripe with this form of code generation is that is primarily used to generate “leaf” code. Code that will not be further adjusted or refactored into the right abstractions. It is now very easy to sprinkle in regexes to validate user input , like email addresses, on every controller instead of using a central lib/utility for that. In the hands of a skilled engineer it is a good tool. But for the rest it mainly serves to output more garbage at a higher rate. |
|
Some people are touting this as a major feature. "I don't have to pull in some dependency for a minor function - I can just have AI write that simple function for me." I, personally, don't see this as a net positive.