March 2010
1 post
_meta: Good code needs few unit tests →
…
This meme needs to die. I touched on it earlier, now let’s make the formal argument:
Units are abstractions which encapsulate a piece of functionality.
A unit tests covers an intended use-case for the interface a Unit exposes.
One quality measure of an abstraction is the …