|
|
|
|
|
by acemarke
2448 days ago
|
|
I'll disagree. Like code comments vs code, actual descriptive text can cover much more than just commit messages. I keep a daily work journal, and I write down: - What I was working on - Who I talked to, and about what - Problems I ran into - How I solved those problems - Useful techniques and snippets I came up with - Where I left off today, and where I need to pick up tomorrow |
|
I keep any helpful notes in a format that I can search through. Just a folder with a bunch of txt files that I than use FZF to comb through.
And I use git as a journal to jog my memory about what I was working on and general project progression.