(no title)
chrismsimpson | 1 year ago
I’ve found if you give your prompts a kind long form “stream of consciousness”, where you outline snippets of code in markdown along with contextual notes and then summarise/outline at the end what you actually wish to achieve, you can get great results.
Think a long form, single page “documentation” type prompts that alternate between written copy/contextual intent/description and code blocks. Annotating code blocks with file names above the blocks I’m sure helps too. Don’t waste your context window on redundant/irrelevant information or code, stating a code sample is abridged or adding commented ellipses seems to do the job.
d357r0y3r|1 year ago
I like it for general refactoring and day to day small tasks, but anything that's relatively domain-specific, I just can't seem to get anything that's worth using.
noahbp|1 year ago
I've used Cursor for shipping better frontend slop, and it's great. I skip a lot of trial and error, but not all of it.
twilightfringe|1 year ago
Or end with "from the user's perspective: all the "B" elements should light up in excitement when you click "C""
mvkel|1 year ago