DEV Community

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

Collapse
 
bgadrian profile image
Adrian B.G.

We all know what is used for bigger and projects that involve a team, but I'm creative when it comes to small side projects where I'm the only contributor:

  • leave unit test failing (TDD style)
  • a txt file in the project root with the Change log + TODO list
  • trello if the project is medium/big in production