|
|
|
|
|
by nojito
346 days ago
|
|
>The main issue here is you can’t acquire expertise by using llm to code for you. You learn far far faster from reading code and writing tests than you do just writing code alone. I've long suspected for years that the bottleneck to software development is in code generation not keeping up with idea generation. |
|
This is not about syntax but about learning how to create solutions.
When you read solution you merely memorise existing ones. You don’t learn how to come up with your own.