Methodology

Testing, testing and more testing! Early on, I adopted a unit-testing coverage methodology with a unique obsession: avoiding regression bugs. Once a bug has been signalled and corrected, a unit test is added in order to avoid hitting it again in any future release.

Home