Should you version control your prompts?
In AI-assisted coding, prompts are becoming very important. A prompt is what you give to the AI so it knows what to do. Like giving instructions to a new worker. If the instruction is good, the result is good. If the instruction is bad, the result is bad. Today, many developers are already using AI tools to create code. But there is one problem: very often the Git repositories are a mess. You find the code but no real documentation. You don’t know who wrote what, or why. Sometimes code is broken. Sometimes it is not even clear what the app is doing. ...