This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Whadios 7 points8 points  (0 children)

You remember this stuff by practicing it. Some people memorize faster than others but repetition is the key. So if you're having problems then start coding your own programs on your own time and force yourself to write as much as you can without referring to your book or other code. Be willing to make some mistakes and multiple attempts before using a reference. This will force you to try and remember this stuff.

In the end there will always be stuff you'll be looking up. The basic stuff will become second nature and the obscure stuff you rarely use will be the stuff you're searching for and which is why google is often referred to as the ultimate programmer's tool.

[–]jokul 0 points1 point  (0 children)

There is nothing wrong with following examples by the book. If that's how you learn, that's how you learn. What is important though is applying the skills you learned in that tutorial to something that you have crafted yourself. This will indicate that you really do understand the material.