|
|
|
|
|
by nzach
332 days ago
|
|
> It can show you good idiomatic code in small snippets. That's not really true for things that are changing a lot. I got a terrible experience last time I've tried to use Zig, for example. The code it generated was an amalgamation between two or three different versions. And I've even got this same style of problem in golang where sometimes the LLM generates a for loop in the "old style" (pre go 1.22). In the end LLMs are a great tool if you know what needs to be done, otherwise it will trip you up. |
|