+ 1
Which is better way to learn?
I came across these two quotes when I started to programming. " Do after Learning " " Learn by Donig " Which is better?
5 ответов
+ 10
In my opinion "learning by doing"
but there both good ideas
+ 6
Hemath Kumar
I use the code while I learn.
I like to see what can and cannot be done.
Then try to make something more, or less useful from the code.
+ 4
Step 1. Learn Basics
Step 2. Code, code and code!
You ask me how? There would be so many problems to face. Exactly! Here go to step 3.
Step 3. Learn more theory after you faced problems.
This is a great way to learn natural languages. I believe computer languages are not exception.
+ 3
I would say that the best way is reading - coding - failing - repeat
+ 2
Learn by doing after learning
First learn the syntax first, then try it to see the results and to experiment with the syntax you have learned. After trying the code, you will have a better understanding on the syntax.