A trick to reaching flow: Leave your work broken
111–120 of 196 posts
Re: A trick to reaching flow: Leave your work broken
#112Re: A trick to reaching flow: Leave your work broken
#113Re: A trick to reaching flow: Leave your work broken
#114Re: A trick to reaching flow: Leave your work broken
#115I thought the consensus was that "flow" isn't actually all that great. If you're writing code while juggling multiple difficult concepts in your mind at once, your code will be difficult to follow. While in flow, you tend not to take the holistic, bird's eye view and so work harder, not smarter.
Re: A trick to reaching flow: Leave your work broken
#116Re: A trick to reaching flow: Leave your work broken
#117Re: A trick to reaching flow: Leave your work broken
#118If I need to stop in the middle of something, I’ll often write directly in the source code, at the point where I stopped, exactly what I was working on and what to do next. I don’t comment out these instructions to my future self so when I sit down next, the project won’t even compile.
Re: A trick to reaching flow: Leave your work broken
#119Earlier quoted context omitted.
On the other hand it can be helpful, in my experience, to stop right in the middle of a very hard problem, where you are still searching for a good solution. Come the next morning I often know at least a possible solution, without having worked on it consciously.
It’s crazy the degree to which the subconscious mind chews on problems it’s been given. I never even dream about the problem in question but pretty consistently sleeping on friction points like that will clear them in short order the next morning. It’s almost kind of spooky, like there’s a second person in my head burning the midnight oil.