+ 3
How to possible remember all the syntax of each programming/scripting language?
6 Antworten
+ 12
Not possible unless you have some kind of photographic memory.
+ 9
Well if you are a machine then yes it is possible.
I revise every stuff I learn, everytime I feel that I'm forgetting it.
Just revise with fun and you will remember everything. Practice makes everything better.
+ 8
Write more codes
+ 8
@Heng Jun Xi
you are absolutely correct.
just create a simple project on them, then you will be practiced most of the things automatically.
+ 7
practice makes perfect
wait... there is no perfect in programming
so... perfect means less bugs I guess
however there still got bugs
and if no practice then no bug produced
therefore the conclusion is
perfect = bugs
practice makes bugs
+ 3
There is no need to remember the syntax of each programming language.
As we wont be using all the language at same time, instead develop a habit to write a psudo code for application before you start coding, this will help you even you change programming language.
Also there are many convertors available to convert code from one language to another (for most of languages). You can try using that(It didnt worked for me, hopefully will work for someone else).