+ 1
Does anybody have any way of memorizing all of the codes?
17 Answers
+ 25
memorizing is the wrong way to go about it.
edit code so you LEARN what it does, and you'll remember it more easily. use it for your own project and you'll know it even better
+ 12
yeahhhhh fox is right, once u write code yourself u will be able to understand e memorization occurs by itself. the thing is, when u write code, often things will go wrong, thats ok, because debugging will teach more than anything else!
+ 5
100% agree.Don't try to memorize. Work to understand. There are many different ways to learn, VARK: Visual, Aural, Reading/Writing, Kinesthetic. Learn which style of learning works best for you here's a source to assist you: www.VARK-learn.com
For me learning through videos and practice works best for me. The standard, reading and writing learning style for me is a waste of time, because I have to read the content 2-3 times sometimes over where as with a video or audio book I retain more information and consume the content quicker in comparison to reading and writing.
+ 3
Write your own code .it's the only way to remember the code
+ 3
you do not need to memorise anything..just understand its logic..altrought if youreally want to memorise so.ething in programming world then its actully wating your time but learn some keywords
+ 2
yes...you need to keep practicing and practicing like making websites or search the internet for some programming questions to answer to make your skill gets better....
+ 1
use a pen and paper and make notes!
+ 1
Practise and let it become second nature.
+ 1
only practicing and training and doing a real project
+ 1
Well, first of all, all that it requires is focus and hard work, if you invest enough time in learning, practice what you learn, do you best in "understanding" not "memorizing" what you learn, and you'll be fine, besides that, you need to have a schedule, specific time for learning and another for practice, and through the day when you're not reading or practicing, try to code something in your head as of a practice, might sound crazy but this is how I do and so far I'm doing well till now..
+ 1
yes right practice is the key to memorize anything .....
+ 1
You don't really need to memorize code, but learn how to do it. For example, you should know when to use a function as you can always check python's documentation to check the correct syntax. With time and enough practice, you will do it by habit.
0
memorizing is useless in coding better try to get the logic of the code
0
yes you are right Mr. Akshay. but logical thinking will only work if we know the syntax by practicing the code and then apply the logic......
sometimes after that we can create our own syntax .....
0
Understanding the structure of the code (especially if you are referring g to a programming language) will help you to remember the code, but using code will make it more natural. HTML for example is pretty self explanatory once you have e used it a few times.
0
memorising a code never works, practice practice practice, the logic will be saved into your head