I was thinking of this...Do i necessarily need to memorize all syntax of a specific programming languages..?? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

I was thinking of this...Do i necessarily need to memorize all syntax of a specific programming languages..??

11th Aug 2019, 9:02 PM
iamcerebrocerberus
iamcerebrocerberus - avatar
6 Réponses
+ 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
11th Aug 2019, 9:17 PM
HonFu
HonFu - avatar
+ 2
Understanding the concepts is the the best. No need to memorize
11th Aug 2019, 10:13 PM
Francis Woli
Francis Woli - avatar
+ 1
No. If you use it enough, you will remember the syntax you need to use.
11th Aug 2019, 9:06 PM
Airree
Airree - avatar
+ 1
Cool
11th Aug 2019, 9:28 PM
iamcerebrocerberus
iamcerebrocerberus - avatar
0
I thought as much...thanks Airree Guys more suggestions😊
11th Aug 2019, 9:08 PM
iamcerebrocerberus
iamcerebrocerberus - avatar
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
11th Aug 2019, 9:29 PM
Steven M
Steven M - avatar