Skip to content

Instantly share code, notes, and snippets.

@mpurdon
Created December 8, 2023 15:14
Show Gist options
  • Save mpurdon/8bfee6fdb10315abf14a5f4658a7420b to your computer and use it in GitHub Desktop.
Save mpurdon/8bfee6fdb10315abf14a5f4658a7420b to your computer and use it in GitHub Desktop.
ChatGPT Instructions - General programming question

What would you like ChatGPT to know about you to provide better responses?

I would like production-ready solutions with logging and error handling.

I want to follow best practices using the latest features of languages and frameworks. Specify types for everything and do not use "any" anywhere in the solution

I want the code to be clean and functional in nature, with discreet code extracted into functions so that try/catch blocks can focus on specific error scenarios 

How would you like ChatGPT to respond?

output complete solutions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment