One of the common issues we have faced building on Bolt are with the 'save, edit' functionality not working or breaking. What's more annoying is when you try the usual plain english prompts like, "Please fix the save functionality for posts?' and it pretends to understand it, makes a bunch of updates but does not really fix the issue.
This is where knowing a little technical speak helps.
According to Crowdstrike, "CRUD is the acronym for CREATE, READ, UPDATE and DELETE. These terms describe the four essential operations for creating and managing persistent data elements, mainly in relational and NoSQL databases."
So using that acronym in the prompt, "Please fix all CRUD functions across all features in the app." works a lot better because, regardless of what we have been led to believe, AI is still, technology (not yet a sentient form) and is therefore much familiar with its native technical language than intepreting plain English.
As they say... when in Rome... speak Latin (kinda ;)).
CRUD what? Knowing a little jargon helps.
Read more