Skip to content

Commit

Permalink
docs: Fix typo in "CHOPping" to "CHOP" in headings and TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
idvorkin committed Dec 31, 2024
1 parent c14d913 commit 346ed91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _d/ai-coder.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Buckle up, code warriors! AI's grand adventure in the coding realm has been noth
- [Best Practices for AI-Assisted Development](#best-practices-for-ai-assisted-development)
- [The Art of Prompt Engineering](#the-art-of-prompt-engineering)
- [Integration Tips](#integration-tips)
- [DRY CHOPping: Use CONVENTIONS.md](#dry-chopping-use-conventionsmd)
- [DRY CHOP: Use CONVENTIONS.md](#dry-chop-use-conventionsmd)
- [Real-World Success Stories](#real-world-success-stories)
- [Case Study: The 24-Hour MVP](#case-study-the-24-hour-mvp)
- [The Legacy Code Whisperer](#the-legacy-code-whisperer)
Expand Down Expand Up @@ -232,7 +232,7 @@ Hold onto your mechanical keyboards, folks! The future of AI coding is looking w
- Keep track of prompt patterns that work well
- Share successful AI interactions with your team

### DRY CHOPping: Use CONVENTIONS.md
### DRY CHOP: Use CONVENTIONS.md

Think of your AI assistant as an eager junior developer who can learn and retain knowledge - but only if you teach them properly. Instead of repeating the same instructions in every prompt, establish a single source of truth through your CONVENTIONS.md file. This approach not only saves time but ensures consistency across all AI-generated code. The key is treating conventions as a living document that both teaches the AI and evolves with your project. You can see [an example of this evolution here](https://gist.github.com/idvorkin/6f506f47bf6c4c57a1ff5a2d24e345dd#conventionsmd).

Expand Down

0 comments on commit 346ed91

Please sign in to comment.