|
|
|
|
|
by OptionOfT
138 days ago
|
|
Because when your code is handwritten, it's supposed to be a translation of you parsing business requirements to code. Using AI adds a non-deterministic layer in between, and a lot of code now is there that you probably didn't need. The prompt is helpful to figure out what is needed and what isn't. |
|
Also, we should not be submitting huge PRs in general. It is difficult to be thorough in such cases. Changes will be less well understood and more bugs will sneak their way into the code base.