zlacker

[parent] [thread] 2 comments
1. fastba+(OP)[view] [source] 2025-06-04 00:55:33
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.

replies(2): >>shaky-+sf4 >>nipah+gcl
2. shaky-+sf4[view] [source] 2025-06-05 15:29:14
>>fastba+(OP)
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.
3. nipah+gcl[view] [source] 2025-06-12 13:47:31
>>fastba+(OP)
You read at the same speed line-by-line your code when you are in your git client?

You are doing something wrong. I go line-by-line through my code like 7x faster than I would do it for someone's else code, because I know what I wrote, my own intentions, my flow of coding and all of those details. I can just look at it en passant, while with AI code I need to carefully review every single detail and the connection between them to approve it.

[go to top]