The Code Is the To-Do List
Posted on
Managing our focus during development can be a challenge.
Here's a common scenario: we're in the middle of working on user.ts when we find ourselves thinking: "I really need to go change this other thing in login.ts".
But it's rarely a good idea to interrupt ourselves during a complex change.
We have a lot of context in our heads that we don't want to lose.