← Back to context

Comment by fastball

6 days ago

A prompt can be as little as a sentence to write hundreds of lines of code.

Hundreds of lines that you have to carefully read and understand.

  • Are you not doing that already?

    I go line-by-line through the code that I wrote (in my git client) before I stage+commit it.

    • Yes, but you know the kind of code you write. When you re-check it, you are looking for minor typos, no major logic flaws affecting half the committed code.