+ 2
Memorizing
Anyone have some ideas on how to memorize code better?
7 Answers
+ 9
Memory is strengthened by practice, weakened by neglect.
https://www.sololearn.com/discuss/982622/?ref=app
https://www.sololearn.com/discuss/1031040/?ref=app
https://www.sololearn.com/discuss/1024479/?ref=app
https://www.sololearn.com/discuss/872628/?ref=app
+ 1
Thanks
+ 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
+ 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
+ 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
0
Ok
0
@Dan Walker ?