Hacker News new | ask | show | jobs
by postalrat 1690 days ago
Write fewer tests and change quickly.
2 comments

> Write fewer tests

Sold.

Write end-to-end tests that test behavior instead of implementation.
I think it's time to start testing tests. The first test will be metrics how often tests are changed when the things they test are changed. If it's close at all to 1 to 1 then the test fails.