Does anybody have any way of memorizing all of the codes? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Does anybody have any way of memorizing all of the codes?

11th Jan 2017, 10:03 PM
Jackson Sparks
Jackson Sparks - avatar
16 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
11th Jan 2017, 11:03 PM
Ahri Fox
Ahri Fox - avatar
+ 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!
11th Jan 2017, 11:17 PM
Igor Busquets
Igor Busquets - avatar
+ 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.
12th Jan 2017, 4:22 PM
Poohbie
Poohbie - avatar
+ 3
Write your own code .it's the only way to remember the code
12th Jan 2017, 2:01 PM
Nithin Sukumar
Nithin Sukumar - avatar
+ 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
12th Jan 2017, 9:21 PM
ARNAB BISWAS
ARNAB BISWAS - avatar
+ 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....
12th Jan 2017, 9:42 AM
Blugon
Blugon - avatar
+ 1
use a pen and paper and make notes!
12th Jan 2017, 12:29 PM
Ashley Mason
Ashley Mason - avatar
+ 1
Practise and let it become second nature.
12th Jan 2017, 3:16 PM
wmwm
+ 1
only practicing and training and doing a real project
12th Jan 2017, 4:36 PM
rasoul norouzi
rasoul norouzi - avatar
+ 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..
12th Jan 2017, 4:43 PM
Zakaria Yerrou
Zakaria Yerrou - avatar
+ 1
yes right practice is the key to memorize anything .....
12th Jan 2017, 6:29 PM
Love S
Love S - avatar
+ 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.
12th Jan 2017, 11:05 PM
Julio Alves
0
memorizing is useless in coding better try to get the logic of the code
13th Jan 2017, 1:18 AM
Akshay TN
Akshay TN - avatar
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 .....
13th Jan 2017, 3:28 AM
Love S
Love S - avatar
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.
13th Jan 2017, 3:54 AM
Mark
0
memorising a code never works, practice practice practice, the logic will be saved into your head
13th Jan 2017, 7:03 AM
Vishnu Anilkumar
Vishnu Anilkumar - avatar