For some people, leaving things in a broken state when the solution is known is an itch begging to be scratched.
A trick to reaching flow: Leave your work broken
11–20 of 196 posts
Re: A trick to reaching flow: Leave your work broken
#12Re: A trick to reaching flow: Leave your work broken
#13Hemmingway would leave off writing for the day in the middle of a sentence for the same reason.
Re: A trick to reaching flow: Leave your work broken
#14Re: A trick to reaching flow: Leave your work broken
#15Never stop until you know what you are going to pick up with next. https://www.fastcompany.com/3021905/hemingways-secret-to-mai...
Re: A trick to reaching flow: Leave your work broken
#16Never stop until you know what you are going to pick up with next. https://www.fastcompany.com/3021905/hemingways-secret-to-mai...
This is the way. I stop working with tests passing but write a context comment on whats to be done next. It’s like flushing my working memory.
Re: A trick to reaching flow: Leave your work broken
#17Re: A trick to reaching flow: Leave your work broken
#18Similar to this "leave things broken", I like to start the day with some lightweight refactoring. This allows me to pay down technical debt while I warm up my brain to the code.
Re: A trick to reaching flow: Leave your work broken
#19Earlier quoted context omitted.
This is the way. I stop working with tests passing but write a context comment on whats to be done next. It’s like flushing my working memory.
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.
Oh, another time for algorithms assignment, I am up until 5am or so. Still had 2/5 problems left unsolved (but again I had tried to solve them). I go for coffee at the student center, oops it's not 24/7. I take a light nap in the student center waiting for the coffee place to open up. Full on REM dream problem solving occurs. A couple hours later I awake knowing full well how to solve the 2 remaining problems. I grab my coffee and leave to write up the solutions.
Sleep really helps.