Hacker News new | ask | show | jobs
by necovek 104 days ago
Good naming and good tests can get you 90% of the way to "why" too.
1 comments

Agreed. Tests are documentation too. Tests are the "contract": "my code solves those issues. If you have to modify my tests, you have a different understanding than I had and should make sure it is what you want".