Building a Generic Statistics Library, Part 2: Unit Tests
Since I have a signature, I have enough to start writing unit tests, even without an implementation. Not only does this allow me to check that my implementation works, it’s also a convenient way to run routines in a library-in-progress, without building a "throwaway" user interface.