suchja / awesome-qt-snake

A portfolio and learning project show casing my OOP, OOAD, Qt6 and C++ skills.
The Unlicense
0 stars 0 forks source link

Overall ToDo-List #9

Open suchja opened 3 months ago

suchja commented 3 months ago

Kent Beck shows in Test Driven Development by Example a good way to make progress. One important point is that all unclear points and todos, which cannot be immediately and quickly solved, go onto a todo-list. In general it might be easier to have it on paper, but I feel using a separate Issue in GitHub is the best place for it.

I keep track of the issues while I'm working on a user story (GitHub Issue). All todos that are not solved after closing the user story, but do not influence the acceptance criteria, will be linked/copied here. That way there is always one central place and I feel a little saver that I don't forget something.