Comment by s900mhz
5 days ago
I’m not who you replied to but I keep functions small and testable paired with unit tests with a healthy mix of happy/sad path.
Afterwards I make sure the LLM passes all the tests before I spend my time to review the code.
I find this process keeps the iterations count low for review -> prompt -> review.
I personally love writing code with an LLM. I’m a sloppy typist but love programming. I find it’s a great burnout prevention.
For context: node.js development/React (a very LLM friendly stack.)
No comments yet
Contribute on Hacker News ↗