|
|
|
|
|
by eropple
3825 days ago
|
|
> There is almost no use for unit tests, as they lock down function implementations without verifying functionality. This is...curious, given that every place I've ever been with any sort of testing culture tested contracts, not function implementations. They test the range and domain of the function, not the behavior of it. Unit tests do not replace system-level/integration testing, but to dismiss them out of hand is manifestly unwise. |
|
All too rarely do I see people focusing testing on public APIs.