|
|
|
|
|
by em-bee
150 days ago
|
|
In these cases AI writing the code is pure gain. no, it isn't. unless the generated code is just a few lines long, and all you are doing is effectively autocompletion, you have to go through the generated code with a fine toothed comb to be sure it actually does what you think it should do and there are no typos. if you don't, you are fooling yourself. |
|
so the exact same thing you should be doing in code reviews anyway?