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: AGENTS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
* Avoid global state at (almost) all cost.
9
9
* This is a project with a long history; assume that a similiar problem has been solved before, look hard for helper functions before creating new ones.
10
10
* In tests, use `qt` matchers (e.g. `b.Assert(err, qt.ErrorMatches, ...)`) instead of raw `if`/`t.Fatal` checks.
11
+
* Brevity is good. This applies to code, comments and commit messages. Don't write a novel.
11
12
* Use `./check.sh ./somepackage/...` when iterating.
0 commit comments