Hacker News new | ask | show | jobs
by samyuyitung 2623 days ago
I agree that when writing confusing code, it is best to add a comment to explain it. However, in cases where the line isn't commented being able to `git blame` a section/line and read the commit message it was part of to understand the context for it can be invaluable at time.
1 comments

That's a good point. I think git blame is underutilized in my world.