The most important 3 lines you'll ever need for programming in chatgpt...

Panther28

Elite Member
Executive VIP
Jr. VIP
Joined
May 2, 2010
Messages
9,943
Reaction score
16,051
At the top of every file you are programming, put

Code:
//KEEP THESE 3 LINES IN - Electron react project (project type)
// src/programming folder structure/filename.js (location)
//This function does this and a bit of that (description)...

It should allow you to keep better content of your questions with chat gpt (other ai's are available.)
 
Back
Top