_meta: Good code needs few unit tests →
andreyf.tumblr.com
…
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 …