summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-06 12:39:16 +0300
committerPaul Buetow <paul@buetow.org>2025-09-06 12:39:16 +0300
commit80e61812986573464cd24c4b3ffa605c4003146a (patch)
tree167050d61cd0e1e66c28053010c61d5d5e83033d
parentcbe59f50bac8f4bf674603844b6a684b0fa62759 (diff)
update agents
-rw-r--r--AGENTS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 8758804..f9486e9 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -8,6 +8,7 @@
## Coding Style & Naming Conventions
+- Avoid duplication of code when the functions are larger than 5 lines.
- If possible, construct individual methods so that they can be unit tested. But only if it doesn't add too much boilerplate to the code base.
- Aim for at least 85% unit test coverage of all source code.
- Ensure that all unit tests pass before commiting any changes.