Skip to content

Commit f0e60d0

Browse files
committed
Add one more case
1 parent 7a7bec2 commit f0e60d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

getting-started/generative-ai.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ Anti-patterns
3030
- While AI-assisted tools such as autocompletion can enhance productivity, they sometimes rewrite entire code blocks instead of making small, focused edits.
3131
This can make it more difficult to review changes and to fully understand both the original intent of the code and the rationale behind the new modifications.
3232
Maintaining consistency with the original code helps preserve clarity, traceability, and meaningful reviews and also helps us avoid unnecessary code churn.
33+
- Sometimes AI assisted tools make failing unit tests pass by altering or bypassing the tests rather than addressing the underlying problem in the code.
34+
Such changes do not represent a real fix and should be avoided.

0 commit comments

Comments
 (0)