+ 1
I was thinking of this...Do i necessarily need to memorize all syntax of a specific programming languages..??
6 Respuestas
+ 4
It depends, because there are three cases.
Precondition: You write code on a regular basis; if you don't do that, every memorization plan will probably fail.
1.) There is stuff that you use all the time, like printf, loops etc. You probably won't need to memorize it, because you repeat it automatically.
2.) Then there is stuff you almost never need, because it's a very special case. Maybe it's enough to just google it when you need it, then forget about it.
3.) But then there is a lot of stuff that you don't use all the time, but still often enough to matter. If you have to learn these things again and again, it's a waste of time and annoying.
For this, in my experience, a good repetition plan can help.
https://code.sololearn.com/cBsq5rYsIB1A/?ref=app
https://code.sololearn.com/W4P13u4XCmf9/?ref=app
https://code.sololearn.com/cL3QVCSUn0bp/?ref=app
+ 2
Understanding the concepts is the the best. No need to memorize
+ 1
No. If you use it enough, you will remember the syntax you need to use.
+ 1
Cool
0
I thought as much...thanks Airree
Guys more suggestions😊
0
Learn the principles, the syntax might change. For example, Python 2 to Python 3. The principles of the language remain the same, but the syntax had changed a little. Also, but learning the principles, you can use that knowledge with almost any language