Memorizing | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

Memorizing

Anyone have some ideas on how to memorize code better?

7th Feb 2018, 2:42 AM
Anonymous
Anonymous - avatar
7 ответов
+ 1
Thanks
7th Feb 2018, 2:51 AM
Anonymous
Anonymous - avatar
+ 1
best trick for me is to understand the code. not just "read" it. as I said in your earlier post, the module questions are rather easy and you cant really gauge your progression through there. lesson 1 teaches you variables, lesson 2 teaches you output you combine them and create a more "complicated" program. or lets say combining/nesting for loop and while loop
7th Feb 2018, 3:20 AM
kideoh0jima
+ 1
Also we have documentation for a reason, don't forget you just need to know that something is possible - the docs will help you the rest of the way
7th Feb 2018, 7:25 AM
Dan Walker
Dan Walker - avatar
+ 1
For example, you know that HTML tables are possible - if you ever forget how to do it, look at the documentation for what tags represent tables and can use that. The best way to remember is to just use them and not try to remember, because you just will through use :) I work with Java and there's no way I can remember what every class does, if I ever forget I go online to the docs and read up what functionality I'm looking for
7th Feb 2018, 9:38 AM
Dan Walker
Dan Walker - avatar
0
Ok
7th Feb 2018, 3:20 AM
Anonymous
Anonymous - avatar
0
@Dan Walker ?
7th Feb 2018, 7:43 AM
Anonymous
Anonymous - avatar