Hacker News new | ask | show | jobs
by pratikdeoghare 17 days ago
> but rather prompting very small tasks after you have made the initial design, something along the lines of "Create a database migration that adds column [x], not null", "add a field to the this form that will accept string value, validate it on the backend against this format, and save it to column [x]". So basically, writing code in plain English.

I find such tasks easier to just do in the programming language directly than describe them in English.