Hacker News new | ask | show | jobs
by andrewguenther 3825 days ago
> There is almost no use for unit tests, as they lock down function implementations without verifying functionality.

I would disagree. You can change the implementation all you want, but you cannot change the functionality (contract). If your unit test verifies implementation rather than functionality, then it is a poor test.