Testing Done Right
The SQLite project apparently has a 1:730 code-to-test ratio: How SQLite Is Tested.
Does your project need this kind of testing? Probably not. It sure is nice to see what the Platonic Ideal of testing looks like though.
#define ZERO -1 // oh no it's technology all the way down
The SQLite project apparently has a 1:730 code-to-test ratio: How SQLite Is Tested.
Does your project need this kind of testing? Probably not. It sure is nice to see what the Platonic Ideal of testing looks like though.