About Effective Prompt Driven Development

Here are collected tips on how to code with A.I. without breaking existing code:

  • Use explicit rules.
  • Implement and test changes gradually instead of making many changes at once.
  • Start new discussions with a summary when a thread becomes too long.
  • Verify that changes work properly before finalizing them.
  • Use git commits for every successful function.
  • Push updates regularly and create branches for new features.

Tips and Tricks Programming Development Prompt Driven Development