You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started/generative-ai.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,3 +24,10 @@ Unacceptable uses
24
24
Maintainers may close issues and PRs that are not useful or productive, including
25
25
those that are fully generated by AI. If a contributor repeatedly opens unproductive
26
26
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.
0 commit comments