|
|
|
|
|
by pterhx
2855 days ago
|
|
In Peak: Secrets from the New Science of Expertise, Ericsson had chess grandmasters look chess boards of real games, and they could recreate the board in a pretty short fashion. But when they took chess boards of randomly placed pieces, they could not remember the placement of pieces any better than a random group of people. The idea is that through practice, you develop the ability pattern match and chunk together the data into more cohesive blocks, and memory fewer of these blocks. The rough analogy in software is to take a quick look at some code and recognize the design patterns, and remember the design patterns used rather each individual character. In fact, words are a form of chunking -- we don't remember hundreds of character sequences, but we remember the words instead. |
|