← 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. 5 comments fastball Reply shaky-carrousel 6 days ago Hundreds of lines that you have to carefully read and understand. fastball 5 days ago 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. shaky-carrousel 4 days ago 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. ImPostingOnHN 5 days ago You also have to do that with code you write without LLM assistance. victorbjorklund 6 days ago Depends on what it is doing. A html template without JS? Enough to just check if it looks right and works.
shaky-carrousel 6 days ago Hundreds of lines that you have to carefully read and understand. fastball 5 days ago 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. shaky-carrousel 4 days ago 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. ImPostingOnHN 5 days ago You also have to do that with code you write without LLM assistance. victorbjorklund 6 days ago Depends on what it is doing. A html template without JS? Enough to just check if it looks right and works.
fastball 5 days ago 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. shaky-carrousel 4 days ago 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.
shaky-carrousel 4 days ago 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.
victorbjorklund 6 days ago Depends on what it is doing. A html template without JS? Enough to just check if it looks right and works.
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.
You also have to do that with code you write without LLM assistance.
Depends on what it is doing. A html template without JS? Enough to just check if it looks right and works.