DEV Community

Discussion on: How do you keep track of what you’re working on so you remember where to start next time?

Collapse
 
sc68cal profile image
Sean M. Collins

My work is tracked in Gerrit.

I make a lot of work-in-progress patches, so I push them up to Gerrit (even if they are nowhere near completion) and mark them as WIP. That way, when I log back into Gerrit I have all the patches I have in progress right on my dashboard.

I write pretty good commit messages with detailed info so it's pretty easy to pick up where I left off.