diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-06 12:39:16 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-06 12:39:16 +0300 |
| commit | 80e61812986573464cd24c4b3ffa605c4003146a (patch) | |
| tree | 167050d61cd0e1e66c28053010c61d5d5e83033d | |
| parent | cbe59f50bac8f4bf674603844b6a684b0fa62759 (diff) | |
update agents
| -rw-r--r-- | AGENTS.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |
