ChatGPT를 사용할 수 있는 7가지 방법

Chris Staudinger (트위터) 가 소개하는 ChatGPT를 활용할 수 있는 7가지 방법.
  1. 코드 단순화 prompt : Simplify the following code: (코드내용)
  2. 코드 문서화 prompt:Summarize the following code: (코드내용)
  3. 테스트 케이스 작성 prompt:Write test cases for the following function: (함수 내용)
  4. 리팩토링 prompt:refactor the following code so it is more readble:
  5. 기술 정보 습득 prompt:(해당 분야 질문)
  6. 버그 체크 prompt:Find the bugs in the following code:
  7. 보일러플레이트 코드 작성 prompt:Create boilerplate code for (만들고자 하는 기능) in (개발언어).