Spraakcodering: Documentatie Dictere
Documentatie is code's moeilijkste deel. Het wordt niet geschreven. Het gaat laat. Het verdwijnt.
Telvr's Dev Task mode maakt het moeiteloos:
Function Documentation
Spreek: "This function handles rate limiting per user per minute using sliding window. It requires Redis and returns 429 when exceeded."
Ontvang:
/**
* Context
* Handles per-user API rate limiting using sliding window algorithm.
*
* Requirements
* - Track requests per user per minute
* - Return HTTP 429 when limit exceeded
* - Redis keys must auto-expire
*
* Implementation Notes
* - Sliding window prevents burst traffic
* - Redis dependency required
*
* Acceptance Criteria
* - Rate limit enforced under sustained traffic
* - Keys expire automatically
*/
Workflow
- Position cursor above function
- Press hotkey
- Speak function purpose, requirements, implementation notes
- Dev Task mode structures it into a documentation block
- Continue coding
Time: 60 seconds speaking vs 10 minutes typing + formatting
Best For
- Commit messages ("Major: refactored auth flow...")
- Pull Request descriptions ("This PR adds...")
- API endpoint docs
- Architecture decision records (ADRs)
- Code review comments
Tip
Dicteert direct na schrijven code. Context is fresh. Documentatie is beter. Sneller.
Prijs: EUR 3/maand + EUR 0,03/min. Week code-dokumentatie betaalt zich terug in snelheid.