Testing Guidelines when you are a developer
- If your code is hard to test, it's probably the bad code
- Tests will need to be written for all new code
- Tests will need to be written for all changed code
- Tests will be important equally to the code to be tested