Contents

useful prompts for coding

refactor code

  1. Review the following code and refactor it to make it more DRY and adopt the SOLID programming principles.
  2.  Can you make the code more compact and more DRY
  3. Simplify this block of code.
  4. Refactor this code to make it more readable
  5. Refactor the given [language] code to improve its error handling and resilience:
  6. Analyze the given [language] code for code smells and suggest improvements: [code snippet].

bug detection.

  1. Review this code for errors and refactor to fix any issues
  2. Locate any logic errors in the following [language] code snippet: [code snippet].

quality

  1. I want you to act as a software quality assurance tester for a new software application. Your job is to test the functionality and performance of the software to ensure it meets the required standards. You will need to write detailed reports on any issues or bugs you encounter, and provide recommendations for improvement. Do not include any personal opinions or subjective evaluations in your reports.

summary the text