|
|
|
|
|
by barelysapient
1778 days ago
|
|
I follow this pattern as well along with one caveat: I refuse to cut and paste code while learning. I require myself to retype any examples, stack overflows, and so on in the process of learning. Along the way, I get a handle on the patterns of the language. And if I'm learning in an IDE, the autocomplete suggestions start to hint at the other functions within libraries, etc. |
|
And, my mentality in going through examples has changed. Larger blocks of code shouldn't seen as more of a pain to write, but larger sources of information (usually) for learning.