Hacker News new | ask | show | jobs
by daxfohl 261 days ago
Interesting that many of the same things are best practices for code repos. Don't let them bloat but don't refactor too often. Don't delete bad commits, but push a rollback PR instead. Don't get too repetitive or you might see imaginary patterns.

I can't think of an analog for the "don't delete tools" one though.