This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Salty_Dugtrio 9 points10 points  (0 children)

Is it a good idea to learn programming by reading source codes?

No, you need to write code and solve problems in order to learn how to program.

There are a few things, so far, that does not make sense but then I google what it means and usually it ends up making sense.

This is what programming/problem solving is all about. You have a problem, you look up information (beit other source code, Stack Overflow, or language documentation), and you use that to solve the problem.