+ 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?
5 Antworten
+ 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).
+ 6
You don't have that in Python :)
+ 2
Keep coding it happens to everyone till you practiced to a certain level
+ 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.
+ 1
For syntax, my usual mistake is not to use an object when calling non-static methods in Java...