▲ | cwnyth 3 days ago | |||||||
My LLM-generated code has so many bugs in it, that I end up knowing it better since I have to spend more time debugging/figuring out small errors. This might even be better: you learn something more thoroughly when you not only practice the right answers, but know how to fix the wrong answers. | ||||||||
▲ | bluefirebrand 3 days ago | parent | next [-] | |||||||
That is absurd If you write it by hand you don't need to "learn it thoroughly", you wrote it There is no way you understand code between by reading it than by creating it. Creating it is how you prove you understand it! | ||||||||
| ||||||||
▲ | vlod 3 days ago | parent | prev [-] | |||||||
For me the process of figuring out wtf I need to do and how I'm going to do it is my learning process. For beginners my I think this is a very important step in learning how to break down problems (into smaller components) and iterating. |