Constantly forgetting syntax? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Constantly forgetting syntax?

Does it also happen to you where you know how to solve a certain problem but keeps forgetting the syntax? So you have to keep a tab on how to use the language open everytime you code?

18th Aug 2017, 5:16 PM
Joni Jimenez
Joni Jimenez - avatar
5 Answers
+ 7
yes it happens to me always, i always write my codes in hurry!! so i make mistakes, and when compiler shows syntax error, then i shout at myself, "Ubaid, are you an idiot, you did a very funny mistake!!" but it doesn't means that i will repeat the same mistake 1000 of time(if i am writing 1000's code of my life with the same syntax in my code i will definitely couldn't make same synatx error in 1001th attempt) conclusion:practice daily, only time and experience can fix this bug(syntax error).
18th Aug 2017, 5:42 PM
Ubaid Siddiqui
Ubaid Siddiqui - avatar
+ 6
You don't have that in Python :)
18th Aug 2017, 5:19 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 2
Keep coding it happens to everyone till you practiced to a certain level
18th Aug 2017, 6:08 PM
pankaj sharma
pankaj sharma - avatar
+ 1
Probebly you should use an environment which helps you in syntax eg. visual studio if you code c#. I think for every language exist something like that.
18th Aug 2017, 5:43 PM
Bendegúz Nyári
Bendegúz Nyári - avatar
+ 1
For syntax, my usual mistake is not to use an object when calling non-static methods in Java...
20th Aug 2017, 10:55 AM
Dragon Slayer Xavier
Dragon Slayer Xavier - avatar