|
|
|
|
|
by WrtCdEvrydy
2445 days ago
|
|
There's something going on during that context switch. It feels like because all of the data about a problem is being unloaded into long term memory, when you return to the problem, you parse the entire data as once instead of adding to it in pieces. It almost feels like a puzzle except the second time looking at it, you're looking at the whole thing you've solved versus just the piece you last added. |
|
I really liked Rich Hickeys talk on Hammock Driven Development which is basically this exact subject: load everything into your brain and then go snooze on a hammock while your mind gets to work.