Hacker News new | ask | show | jobs
by risyachka 346 days ago
You learn by trying to solve the problem by yourself.

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.

1 comments

>When you read solution you merely memorise existing ones. You don’t learn how to come up with your own.

You can't solve programming problems without reading code.

Period.

The more code you read the better you get at solving problems because your internal knowledgebase grows.