Skip to content

Commit 55e0a9e

Browse files
committed
generative-ai: Add anti pattern example
1 parent 3029299 commit 55e0a9e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

getting-started/generative-ai.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@ Unacceptable uses
2424
Maintainers may close issues and PRs that are not useful or productive, including
2525
those that are fully generated by AI. If a contributor repeatedly opens unproductive
2626
issues or PRs, they may be blocked.
27+
28+
Anti-patterns
29+
=============
30+
- While AI-assisted tools such as autocompletion can enhance productivity, they sometimes rewrite entire code blocks instead of making small, focused edits.
31+
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.
32+
Please keep maintaining consistency with the original code helps preserve clarity, traceability, and meaningful review.
33+

0 commit comments

Comments
 (0)