Ask HN: Do you enjoy generating your code?
1–5 of 5 posts
Re: Ask HN: Do you enjoy generating your code?
#2It takes the only fun thing of programming for me, like playing puzzle game except you sometimes just comment on how the ai is solving the puzzle incorrectly
Never in my life i have wanted to be a farmer as much as i want to now
Re: Ask HN: Do you enjoy generating your code?
#3Do you really enjoy endlessly writing function sigs, for loops, and if statements?
I never enjoyed the stuff I use AI for, that's why I'm using AI for it.
Re: Ask HN: Do you enjoy generating your code?
#4Yes, I don't have to waste time on boilerplate and get to focus on the interesting parts... design, arch, data model, and algos Do you really enjoy endlessly writing function sigs, for loops, and if statements? I never enjoyed the stuff I use AI for, that's why I'm using AI for it.
Re: Ask HN: Do you enjoy generating your code?
#5For me it feels kind of bad, i know i have not written it line by line and don't know it "by the heart" and it's super easy to miss bugs/edge cases that way. Let alone make architectural decisions based on the output because the whole logic structure is simply not in your memory to work with. Sure, you're thinking "wow that was fast", but deep inside you know the impersonal lifeless commit will haunt you and you will…