Tip
Intermediate
Request Unit Tests
July 29, 2024
When an LLM generates code, ask it to also generate unit tests for that code. This helps ensure correctness and makes future refactoring safer.
Category: Code Generation
Difficulty: Intermediate