Hacker News new | ask | show | jobs
by schwartzworld 1260 days ago
Implementation !== Behavior. You want to test the behavior, not the implementation. I'd expect tests to change when behavior changes, but reimplementing the same behavior, the tests should pass when you're done.