diff options
| author | Ben Sima <ben@bensima.com> | 2025-11-22 14:47:58 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-11-22 14:47:58 -0500 |
| commit | 9cb67c1cb478f996a0be54aadf2bc54e2ffb80bc (patch) | |
| tree | 22f6cd01c1fa4cdb7d6270adf5e4cc3433a646dc /README.md | |
| parent | 92cf4655e8799c53fe588149ac39748234ce582b (diff) | |
| parent | 7a36facb10cd5fc07bb60aa046aac9c27d0d5e4c (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.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
