Hacker News new | ask | show | jobs
by barefeg 1634 days ago
I would write the things that are in my mind which are blocking me from doing something else (like sleeping). When working on personal projects I try to plan all the steps I need to make and split them into very small tasks. Then if I’m interrupted during one task I can quickly come back by reading the description.

If there’s something blocking my progress in a task, I write comments below the task’s card (using whatever kanban software). Then if I leave it to do something else, I’ll be able to replicate the last state in my head by reading the comments

1 comments

I do this, too, but I tend to write a comment in the code where I'm at with what the next step is. Works great.