I prefer to base tests on values, rather than on objects.
I prefer to base tests on values, rather than on objects. Objects are not a good abstraction in tests. Objects have identity, values don't have identity, which makes them impartial.
I prefer to base tests on values, rather than on objects. Objects are not a good abstraction in tests. Objects have identity, values don't have identity, which makes them impartial.
No posts