Skip to content

Commit 65b8686

Browse files
Update AGENTS.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 1013fdf commit 65b8686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ This document captures the current architecture, coding conventions, and design
124124
19. Commits which have code which contain fixes or refactors which were introduced in the same PR should be **rebased such that the fixes are added to the original code history**.
125125
20. **Verify that existing code that can do the job is not ignored** (in lieu of creating code that performs the same function of existing code).
126126
21. **Do not accrue duplicate code.** Always revisit how existing code can be applied and/or refactored in solving new issues.
127-
22. **Always prefer simplicity** One line of code is better than ten. Ten is better than a hundred. A commit with ten thousand lines of code is not reviewable by a human developer.
127+
22. **Always prefer simplicity.** One line of code is better than ten. Ten is better than a hundred. A commit with ten thousand lines of code is not reviewable by a human developer.
128128

129129

130130

0 commit comments

Comments
 (0)