summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2025-11-22 14:47:58 -0500
committerBen Sima <ben@bensima.com>2025-11-22 14:47:58 -0500
commit9cb67c1cb478f996a0be54aadf2bc54e2ffb80bc (patch)
tree22f6cd01c1fa4cdb7d6270adf5e4cc3433a646dc /README.md
parent92cf4655e8799c53fe588149ac39748234ce582b (diff)
parent7a36facb10cd5fc07bb60aa046aac9c27d0d5e4c (diff)
task: complete t-1o2bkufixnc (Merge)
Amp-Thread-ID: https://ampcode.com/threads/T-ca3b086b-5a85-422a-b13d-256784c04221 Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2554aff..f9aefab 100644
--- a/README.md
+++ b/README.md
@@ -132,6 +132,12 @@ use.
convention `if __name__ == "__main__"` is not necessary because `bild` wraps
the program in a call like `python -m main`; the same is true of Guile
scheme.
+3. **Always include tests**: Every new feature and bug fix must include tests. No
+ code should be committed without corresponding test coverage.
+4. **No TODO/FIXME comments**: Instead of leaving TODO or FIXME comments in code,
+ create a task with `task create` to track the work properly.
+5. **Fast typechecking**: Use `Omni/Ide/typecheck.sh <file>` for quick Python
+ typechecking instead of `bild --test` when you only need to check types.
## Setting up remote builds