This is useful to test your code.
One way to develop code is called test-driven design (TDD), where you write the tests first and then develop the code to pass the tests. It helps to start the name of the routine with "sub test_xyz" where the xyz is the name of what you're testing.
|