Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 574 Bytes

File metadata and controls

15 lines (12 loc) · 574 Bytes

Testing and Debugging

  • Run and Test Frequently:

    • Use local servers to run and test your app.
    • Test often to catch issues as soon as they appear.
  • Let the AI Fix Errors:

    • When you encounter an error, copy the exact error message from your console and paste it into the AI agent.
    • If the first fix doesn't work, explain the outcome and try again.
    • The AI is often capable of resolving it.
  • Iterate and Refine:

    • Embrace rapid iteration.
    • Don't worry about perfect designs initially.
    • Improve them step by step.