I’m strangely attracted to the idea of commit driven development.
Break down the task into list of commits annotated by the commit messages in great detail.
Tackle each of them in sequence.
It helps me keep stick to commit message while doing the changes.
It’s like a todo list but specific to low level implementation details.
~ updated at: 2025-04-17T07:15:58.092Z