← Back to context

Comment by throw1234651234

5 years ago

A 1000 times this. We never use git blame - who cares? The code should be self-explanatory, and if it's not, the author doesn't remember why they did it 5 years down the line either.

I rarely want the author name. What I want is the commit message explaining the changes, and I want to see what the code used to do.

Code without history is nearly unsupportable without reverse engineering it all.