Comment on Are LLMs capable of writing *good* code?
Nomecks@lemmy.ca 2 months ago
I use it to write code, but I know how to write code and it probably turns a week of work for me into a day or two. It’s cool, but not automagic.
Comment on Are LLMs capable of writing *good* code?
Nomecks@lemmy.ca 2 months ago
I use it to write code, but I know how to write code and it probably turns a week of work for me into a day or two. It’s cool, but not automagic.
Manifish_Destiny@lemmy.world 2 months ago
I find it better at things under 100 lines. Otherwise it starts to lose context. Any ideas how to address this?
Nomecks@lemmy.ca 2 months ago
Ask it to make a function, then do some other function, then make them work together etc. Making it write a lot in one go won’t work. It’s more pair programming than having it write for you.