> Leave work slightly unfinished for easier flow the next day Years ago a sr. eng on my team would find root causes to bugs late in the afternoon and then just go home. When asked why, they said that they knew exactly what they were going to do first thing in the morning and that it got them straight into the flow state for the rest of the day. I like this example better because understanding a root cause and not hav…
Leave work slightly unfinished for easier flow the next day
91–100 of 105 posts
Re: Leave work slightly unfinished for easier flow the next day
#92I don't like this tip at all. I get the sentiment, getting started is the HARDEST part of the day for me. But if I can finish something now, why wait until tomorrow? It's a golden rule sort of thing. I'm imagining the HR person saying, "It will only take a few minutes to fix this for you, so I'm going to wait until tomorrow". Examples are endless. There are better ways to get myself going in the morning, than to leav…
Re: Leave work slightly unfinished for easier flow the next day
#93For me, this only leads to sleepless nights.
Do you leave yourself enough breadcrumbs that you can pick things back up in the morning? What's causing you sleepless nights? I find it helps me sleep better as I know I've dumped the context out of my brain and don't need to put effort into retaining it until I can get back to the task at hand.
Could be the ADHD. Over the day I have the meds, but they are bad for sleeping, so I can't use them at night.
The meds calm my thoughts, so I don't have too much competing ones over the course of a day.
On the other hand, there specific kinds of thoughts that don't prevent sleeping. When I think about loved ones for example, I sleep better.
But without meds, I can't control that. When I have unfinished business, it will override everything else.
Re: Leave work slightly unfinished for easier flow the next day
#94I don't like this tip at all. I get the sentiment, getting started is the HARDEST part of the day for me. But if I can finish something now, why wait until tomorrow? It's a golden rule sort of thing. I'm imagining the HR person saying, "It will only take a few minutes to fix this for you, so I'm going to wait until tomorrow". Examples are endless. There are better ways to get myself going in the morning, than to leav…
I think the point is that it's much harder to start something new then it is to just complete something that you already know exactly what to do. Kinda like how it's harder to start writing from a blank page.
Once I can convince myself and start just doing it, I can usually get that done quick too, but there's a mental barrier of high difficulty to overcome first, and I'm compelled to be doing something new instead.
Re: Leave work slightly unfinished for easier flow the next day
#95So when I start in the morning, or especially after the weekend, I hit F5 and it shows me the exact line where it broke... and that's where I start from.
It's mega simple but it works for me as I do my utmost to forget about work when I'm not there.
Re: Leave work slightly unfinished for easier flow the next day
#96Re: Leave work slightly unfinished for easier flow the next day
#97> Leave work slightly unfinished for easier flow the next day Years ago a sr. eng on my team would find root causes to bugs late in the afternoon and then just go home. When asked why, they said that they knew exactly what they were going to do first thing in the morning and that it got them straight into the flow state for the rest of the day. I like this example better because understanding a root cause and not hav…
In fact, it is better not to have bugs every day =)
Re: Leave work slightly unfinished for easier flow the next day
#98Earlier quoted context omitted.
> if I can finish something now, why wait until tomorrow? The end-of-day-just-one-more fix is likely to be lower-quality than the fresh-start-after-a-good-night’s-sleep fix.
I'm exactly the opposite. All the functions and data structures are fresh in my head. The end-of-the-code is high quality. First-code-of-the-day is much more likely to be buggy for me because I still haven't reloaded all the content into my brain. (Unless I'm starting something from scratch, in which case start-of-the-day is great, but how often is that happening?)
Apparently I couldn't proofread yesterday
Re: Leave work slightly unfinished for easier flow the next day
#99I don't like this tip at all. I get the sentiment, getting started is the HARDEST part of the day for me. But if I can finish something now, why wait until tomorrow? It's a golden rule sort of thing. I'm imagining the HR person saying, "It will only take a few minutes to fix this for you, so I'm going to wait until tomorrow". Examples are endless. There are better ways to get myself going in the morning, than to leav…
You can finish what you are doing right now, and start something else to get a clear view of the next step. Or take something you want to fix, and put a breakpoint it it and plenty of print, to make it sure nothing works and the day after you know where to start.
It's all about breaking the inertia.
But if you want your win, you can have your win.
Re: Leave work slightly unfinished for easier flow the next day
#100> Leave work slightly unfinished for easier flow the next day Years ago a sr. eng on my team would find root causes to bugs late in the afternoon and then just go home. When asked why, they said that they knew exactly what they were going to do first thing in the morning and that it got them straight into the flow state for the rest of the day. I like this example better because understanding a root cause and not hav…
I have done something like that at times. I find the bug in the afternoon. Now I have the satisfaction of having found it and don't want to risk the frustration of it not actually being the actual bug I found. So I saved it for the next day, to milk the satisfaction again, but also to be more fresh at it to fix it right and test it, or to better be able to deal with it not being the actual bug! Though my boss at some…
Unfortunately this also leaves your boss's job slightly unfinished, ready to jump start the manageering in your cube the next morning :)