Ask HN: Tracking Coding Friction Points?
1 comments
If you use version control platforms, you're probably creating issues/tickets and use tags. Use many, many tags. You can then have stats and notice where most of your effort goes.
For example, you can use tags like "compatibility", "dependency", etc... Basically, words that describe the red herrings and why you're working on the codebase.
For example, you can use tags like "compatibility", "dependency", etc... Basically, words that describe the red herrings and why you're working on the codebase.
I would love to be able to track this stuff, so at the end-of-the-week standup I have a better idea where all my time went.
I’m looking for a good tool to help me do this. Here’s the most important features:
1) Voice dictation, so I can say things like, “I’m now rebasing and recompiling the whole codebase, because test X is now broken and I haven’t changed anything that should affect it.” Taking text notes wouldn’t be a deal-breaker, but voice dictation seems like it would work better.
2) The ability to ask for an AI-based weekly summary. e.g.,
I’m not a contractor working on multiple client projects, so this isn’t a billing thing. I just find at the end of the week, I’m disappointed in how much stuff got closed. I forget all the friction points and distractions that sucked up time—as well as lots of little wins!
Would appreciate hearing how others approach this problem.