Skip to content

Instantly share code, notes, and snippets.

@nativestranger
Created July 21, 2025 01:13
Show Gist options
  • Save nativestranger/4e7c5e6243635fdbbb9b965e03739c39 to your computer and use it in GitHub Desktop.
Save nativestranger/4e7c5e6243635fdbbb9b965e03739c39 to your computer and use it in GitHub Desktop.

Errors

Explain exactly what this error means, what part of the code caused it, and what the fix should be. Don’t guess. Be precise.

Tests

Explain this test failure completely so I can be sure you understand it. Then explain the root cause and exactly how to fix it. After that, apply the fix and rerun only this specific test to confirm it’s resolved.

Solutions

Explain the problem completely so I can be sure you understand it completely, then implement a solution.

@nativestranger
Copy link
Author

chai w/ spec

let's add the next missing feature from @SPEC.md to this project. make sure you add tests for it that pass (use it.only( to narrow down to those test instead of running the whole suite until they new tests pass, then make sure the whole suite passes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment