A trick to reaching flow: Leave your work broken
1–10 of 196 posts
Re: A trick to reaching flow: Leave your work broken
#2Similar 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
#3Never 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
#4Never stop until you know what you are going to pick up with next. https://www.fastcompany.com/3021905/hemingways-secret-to-mai...
Came here to say this, can also be called "leaving a little in the tank"
Re: A trick to reaching flow: Leave your work broken
#5Never 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
#6I've been using this "trick" for many years. An old mentor taught it to me, but he called it "park facing downhill". The idea is to leave the workday with the work in a state where there's an obvious and easy task to start the next day with, like parking your car facing downhill so that gravity will get you rolling before the engine is up to speed.
Re: A trick to reaching flow: Leave your work broken
#7Leaving a test broken that is going to be straightforward to fix does help me pick up the pieces again the next day. A next steps text file helps too.
Re: A trick to reaching flow: Leave your work broken
#8I typically use personal "Did do" and "To do" notes to leave myself breadcrumbs as to where I left off and where I should start again.
Re: A trick to reaching flow: Leave your work broken
#9Hemmingway 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
#10I've been using this "trick" for many years. An old mentor taught it to me, but he called it "park facing downhill". The idea is to leave the workday with the work in a state where there's an obvious and easy task to start the next day with, like parking your car facing downhill so that gravity will get you rolling before the engine is up to speed.
(author here) "park facing downhill" is an excellent TL;DR - I'm definitely stealing this!